Corsair Void Elite Wireless RGB LED controller for Linux
Corsair Void Elite Wireless RGB LED controller for Linux
Hi everyone! I've been using my Corsair Void Elite RGB wireless headset for a while, but after switching to Linux two years ago, I couldn't find a way to adjust the RGB lights. I can manage all my other RGB devices with openRGB and CKB-NEXT without any problems, but it seems like nothing works for this headset. It feels strange, maybe I missed something. I even asked ChatGPT for help, and it gave me a script that seemed real, but I still have to use the built-in controls to turn off the LEDs. It's frustrating!
Unfortunately, a long-standing bug has been open on the OpenRGB GitLab repository for about four years regarding this issue. If you're familiar with development, you might be able to help resolve it. You can find more details here: https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/894. It seems the problem is manageable if you can compile the code locally. This example involves a C++ file managing an AIO, with the source at https://gitlab.com/CalcProgrammer1/OpenR...roller.cpp and its header at https://gitlab.com/CalcProgrammer1/OpenR...ntroller.h. Some testing and trial would likely lead to a solution.