Add support for ASRock Polychrome FW 3.04 (X570 Taichi)

This commit is contained in:
Adam Honse
2020-03-03 12:15:55 -06:00
parent 3cf855bd10
commit 148b84b7d1
2 changed files with 7 additions and 0 deletions

View File

@@ -47,6 +47,12 @@ PolychromeController::PolychromeController(i2c_smbus_interface* bus, polychrome_
strcpy(device_name, "ASRock Polychrome FW 3.00");
break;
case FIRMWARE_VER_3_PT_04:
led_count = 1;
asr_led = false;
strcpy(device_name, "ASRock Polychrome FW 3.04");
break;
default:
led_count = 0;
strcpy(device_name, "");