Add Polychrome firmware 2.10 to list
This commit is contained in:
parent
760c57c29c
commit
48b9be3f76
2 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue