Use ASR LED mode for Polychrome 2.10 firmware
This commit is contained in:
parent
48b9be3f76
commit
7d6699cf9c
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ PolychromeController::PolychromeController(i2c_smbus_interface* bus, polychrome_
|
|||
|
||||
case FIRMWARE_VER_2_PT_10:
|
||||
led_count = 1;
|
||||
asr_led = false;
|
||||
asr_led = true;
|
||||
strcpy(device_name, "ASRock Polychrome FW 2.10");
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue