mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-14 02:47:19 -04:00
Add ASR LED firmware 1.5
This commit is contained in:
@@ -17,6 +17,12 @@ PolychromeController::PolychromeController(i2c_smbus_interface* bus, polychrome_
|
||||
|
||||
switch (GetFirmwareVersion())
|
||||
{
|
||||
case FIRMWARE_VER_1_PT_5:
|
||||
led_count = 1;
|
||||
asr_led = true;
|
||||
strcpy(device_name, "ASRock ASR LED FW 1.5");
|
||||
break;
|
||||
|
||||
case FIRMWARE_VER_1_PT_10:
|
||||
led_count = 1;
|
||||
asr_led = true;
|
||||
|
||||
Reference in New Issue
Block a user