Add ASR LED firmware 1.5

This commit is contained in:
Adam Honse
2020-05-12 12:06:34 -05:00
parent eaa3b9a368
commit 9bd5536d07
2 changed files with 7 additions and 0 deletions

View File

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