Add NZXT F140 RGB fan (140mm) device with ID 0x18

This commit is contained in:
Adam Honse 2023-06-14 11:29:38 -05:00
parent 0cebf42857
commit 85d6225a7c
2 changed files with 8 additions and 0 deletions

View file

@ -218,6 +218,10 @@ void NZXTHue2Controller::UpdateDeviceList()
num_leds_in_device = 8;
break;
case 0x18: //F140 RGB fan (140mm)
num_leds_in_device = 18;
break;
default:
break;
}

View file

@ -321,6 +321,10 @@ void RGBController_NZXTHue2::SetupZones()
device_name = "F120 Core fan (120mm)";
break;
case 0x18: //F140 RGB fan (140mm)
device_name = "F140 fan (140mm)";
break;
default:
break;
}