mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-19 12:06:37 -04:00
Added support for HUE 2 Cable comb
This commit is contained in:
committed by
Adam Honse
parent
7531ea3b2f
commit
526a4daae2
@@ -189,6 +189,10 @@ void NZXTHue2Controller::UpdateDeviceList()
|
||||
case 0x11: //Kraken X3 logo
|
||||
num_leds_on_channel += 1;
|
||||
break;
|
||||
|
||||
case 0x08: //Hue 2 Cable Comb (14 LEDs)
|
||||
num_leds_on_channel += 14;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user