Add Hue 2 Underglow (200mm) to Hue 2 accessory list

This commit is contained in:
Adam Honse
2021-01-25 13:18:41 -06:00
parent bab18473aa
commit c682767d81

View File

@@ -170,6 +170,10 @@ void NZXTHue2Controller::UpdateDeviceList()
num_leds_on_channel += 6;
break;
case 0x0A: //Hue 2 Underglow (200mm) (10 LEDs)
num_leds_on_channel += 10;
break;
case 0x0B: //Aer 2 fan (120mm)
num_leds_on_channel += 8;
break;