When I run open RGB my Mouse shows up but not my keyboard and I’m not familiar with how to read hexadecimal so using Wireshark does not help me to add a new keyboard to open RGB
You could give this a try instead. It’s a reverse engineered iCue driver which probably supports your keyboard and any other Corsair peripherals you may have.
i tried ckb next and it didnt recognize my keyboard either
Well, that’s unfortunate. I have all razer peripherals that work great with openrazer for a back end and polychromatic for a gui front end. I don’t have any corsair devices anymore so I can be much help. Good luck.
Read this. You might need to change the code the program searches for
im not sure how to change the code that this is talking about
- Download the code
- open
Controllers/CorsairPeripheralController/CorsairPeripheralControllerDetect.cpp
and change
line 80:0x1B7C
->0x1B7D
- compile
make install
Thank you will definitely try these