mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 22:24:12 -04:00
Add NZXT F120 fan (0x13)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user