Added support for NZXT Underglow (300 mm) RGB strips

This commit is contained in:
Dominic Laumer
2021-08-22 12:56:16 +02:00
committed by Adam Honse
parent f98e80fada
commit 5e3ab417bc

View File

@@ -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;