Added Support for NZXT F420 case fans

This commit is contained in:
RobRoyEerkes
2025-10-11 04:06:11 +02:00
committed by Adam Honse
parent 41928d17ec
commit da582e3ba5
2 changed files with 8 additions and 0 deletions

View File

@@ -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;
}

View File

@@ -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;
}