Initial commit for MSI B850 GAMING PLUS WIFI (MS-7E56)

master
Денис Николаев 4 months ago committed by Adam Honse
parent 68af4d047b
commit 4c3ddccd2f

@ -61,6 +61,7 @@ static const std::string board_names[] =
"MSI B850M GAMING PLUS WIFI (MS-7E66)",
"MSI PRO X870E-P WIFI (MS-7E70)",
"MSI MPG X870I EDGE TI EVO WIFI (MS-7E50)",
"MSI B850 GAMING PLUS WIFI (MS-7E56)",
};
static const mystic_light_761_config board_configs[] =
@ -79,6 +80,7 @@ static const mystic_light_761_config board_configs[] =
{ &(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)
{ &(board_names[14]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI B850 GAMING PLUS WIFI (MS-7E56)
};
enum MSI_ZONE setup_map [] =

Loading…
Cancel
Save