Remove controller-side LED count from Corsair Lighting Node and ThermalTake Riing controllers, initialize them to zero LED count

This commit is contained in:
Adam Honse 2020-03-19 20:55:57 -05:00
parent 18c18e3999
commit 4919b03bd1
7 changed files with 84 additions and 59 deletions

View file

@ -103,7 +103,6 @@ public:
);
void SetChannelLEDs(unsigned char channel, RGBColor * colors, unsigned int num_colors);
unsigned int channel_leds[CORSAIR_LIGHTING_NODE_NUM_CHANNELS];
void KeepaliveThread();