mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-19 03:56:26 -04:00
Added Support for NZXT F420 case fans
This commit is contained in:
@@ -246,6 +246,10 @@ void NZXTHue2Controller::UpdateDeviceList()
|
||||
num_leds_in_device = 24;
|
||||
break;
|
||||
|
||||
case 0x1F: //F420 RGB
|
||||
num_leds_in_device = 24;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user