Add support for NZXT F140 RGB Duo fan in NZXT Hue 2 Controller
This commit is contained in:
parent
b4dff4dd0c
commit
35203da9c3
2 changed files with 8 additions and 0 deletions
|
|
@ -216,6 +216,10 @@ void NZXTHue2Controller::UpdateDeviceList()
|
|||
num_leds_in_device = 20;
|
||||
break;
|
||||
|
||||
case 0x16: //F140 RGB Duo fan (140mm)
|
||||
num_leds_in_device = 20;
|
||||
break;
|
||||
|
||||
case 0x17: //F120 RGB Core fan (120mm)
|
||||
num_leds_in_device = 8;
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -320,6 +320,10 @@ void RGBController_NZXTHue2::SetupZones()
|
|||
device_name = "F120 Duo fan (120mm)";
|
||||
break;
|
||||
|
||||
case 0x16: //F140 RGB Duo fan (140mm)
|
||||
device_name = "F140 Duo fan (140mm)";
|
||||
break;
|
||||
|
||||
case 0x17: //F120 RGB Core fan (120mm)
|
||||
device_name = "F120 Core fan (120mm)";
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue