Use ASR LED mode for Polychrome 2.10 firmware

This commit is contained in:
Adam Honse 2020-02-02 00:34:11 -06:00
parent 48b9be3f76
commit 7d6699cf9c

View file

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