mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-25 02:37:30 -05: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;
|
||||
}
|
||||
|
||||
@@ -344,6 +344,10 @@ void RGBController_NZXTHue2::SetupZones()
|
||||
device_name = "Kraken Elite Ring";
|
||||
break;
|
||||
|
||||
case 0x1F: //F420 RGB
|
||||
device_name = "F420 Core fan case version";
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user