Add Polychrome firmware 2.10 to list

This commit is contained in:
Adam Honse 2020-02-01 20:38:52 -06:00
parent 760c57c29c
commit 48b9be3f76
2 changed files with 7 additions and 0 deletions

View file

@ -29,6 +29,12 @@ PolychromeController::PolychromeController(i2c_smbus_interface* bus, polychrome_
strcpy(device_name, "ASRock Polychrome FW 2.00");
break;
case FIRMWARE_VER_2_PT_10:
led_count = 1;
asr_led = false;
strcpy(device_name, "ASRock Polychrome FW 2.10");
break;
case FIRMWARE_VER_3_PT_00:
led_count = 1;
asr_led = false;