Add support for MSI MPG X870E EDGE TI WiFi

master
Daenney 3 months ago committed by Adam Honse
parent 5e269dd089
commit 801e655c09

@ -63,6 +63,7 @@ static const std::string board_names[] =
"MSI MPG X870I EDGE TI EVO WIFI (MS-7E50)",
"MSI B850 GAMING PLUS WIFI (MS-7E56)",
"MSI PRO X870-P WIFI (MS-7E47)",
"MSI MPG X870E EDGE TI WIFI (MS-7E59)",
};
static const mystic_light_761_config board_configs[] =
@ -83,6 +84,7 @@ static const mystic_light_761_config board_configs[] =
{ &(board_names[13]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MPG X870I EDGE TI EVO WIFI (MS-7E50)
{ &(board_names[14]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI B850 GAMING PLUS WIFI (MS-7E56)
{ &(board_names[15]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO X870-P WIFI
{ &(board_names[16]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MPG X870E EDGE TI WIFI
};
enum MSI_ZONE setup_map [] =

Loading…
Cancel
Save