Add support for MSI MPG X870I EDGE TI EVO WIFI.

master
Leche de Rata 4 months ago
parent 950951be6e
commit 7f6eee119a

@ -60,6 +60,7 @@ static const std::string board_names[] =
"MSI PRO B850-P WIFI (MS-7E56)",
"MSI B850M GAMING PLUS WIFI (MS-7E66)",
"MSI PRO X870E-P WIFI (MS-7E70)",
"MSI MPG X870I EDGE TI EVO WIFI (MS-7E50)",
};
static const mystic_light_761_config board_configs[] =
@ -77,6 +78,7 @@ static const mystic_light_761_config board_configs[] =
{ &(board_names[10]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO B850-P WIFI (MS-7E56)
{ &(board_names[11]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI B850M GAMING PLUS WIFI
{ &(board_names[12]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO X870E-P WIFI
{ &(board_names[13]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MPG X870I EDGE TI EVO WIFI (MS-7E50)
};
enum MSI_ZONE setup_map [] =

Loading…
Cancel
Save