mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-18 11:35:21 -04:00
Added Initial Support for F360 RGB Fans with the NZXT RGB Controller
This commit is contained in:
@@ -228,6 +228,10 @@ void NZXTHue2Controller::UpdateDeviceList()
|
||||
num_leds_in_device = 8;
|
||||
break;
|
||||
|
||||
case 0x1D: //F360 RGB Core Fan Case Version (360mm)
|
||||
num_leds_in_device = 24;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -332,6 +332,10 @@ void RGBController_NZXTHue2::SetupZones()
|
||||
device_name = "F120 Core fan case version (120mm)";
|
||||
break;
|
||||
|
||||
case 0x1D: //F360 Core fan case version (360mm)
|
||||
device_name = "F360 Core fan case version (360mm)";
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user