Add NZXT F120 fan (0x13)

This commit is contained in:
Adam Honse 2023-08-08 11:39:41 -05:00
parent 72ebc26baa
commit 7fc3e297f1
2 changed files with 8 additions and 0 deletions

View file

@ -202,6 +202,10 @@ void NZXTHue2Controller::UpdateDeviceList()
num_leds_in_device = 1;
break;
case 0x13: //F120 RGB fan (120mm)
num_leds_in_device = 18;
break;
case 0x14: //F140 RGB fan (140mm)
num_leds_in_device = 18;
break;

View file

@ -305,6 +305,10 @@ void RGBController_NZXTHue2::SetupZones()
device_name = "Kraken X3 logo";
break;
case 0x13: //F120 RGB fan (120mm)
device_name = "F120 fan (120mm)";
break;
case 0x14: //F140 RGB fan (140mm)
device_name = "F140 fan (140mm)";
break;