mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 14:14:17 -04:00
Added support for NZXT Underglow (300 mm) RGB strips
This commit is contained in:
committed by
Adam Honse
parent
f98e80fada
commit
5e3ab417bc
@@ -174,7 +174,11 @@ void NZXTHue2Controller::UpdateDeviceList()
|
||||
case 0x06: //Hue 2 strip (6 LEDs)
|
||||
num_leds_on_channel += 6;
|
||||
break;
|
||||
|
||||
|
||||
case 0x09: //Hue 2 Underglow (300mm) (15 LEDs)
|
||||
num_leds_on_channel += 15;
|
||||
break;
|
||||
|
||||
case 0x0A: //Hue 2 Underglow (200mm) (10 LEDs)
|
||||
num_leds_on_channel += 10;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user