Update RGB Fusion 2 controller to new RGBController API. Reworked some of the RGB Fusion 2 controller code to be more consistent with the rest of the project.
This commit is contained in:
parent
5a469ea615
commit
fbb718c532
6 changed files with 192 additions and 85 deletions
|
|
@ -338,7 +338,7 @@ void DetectRGBControllers(void)
|
|||
DetectCorsairKeyboardControllers(rgb_controllers);
|
||||
DetectCorsairLightingNodeControllers(rgb_controllers);
|
||||
DetectThermaltakeRiingControllers(rgb_controllers);
|
||||
//DetectRGBFusion2Controllers(rgb_controllers);
|
||||
DetectRGBFusion2Controllers(rgb_controllers);
|
||||
|
||||
DetectE131Controllers(rgb_controllers);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue