|
|
|
|
@ -55,6 +55,7 @@ static const std::string board_names[] =
|
|
|
|
|
"MSI B850M GAMING PLUS WIFI6E (MS-7E81)",
|
|
|
|
|
"MSI MPG X870E CARBON WIFI (MS-7E49)",
|
|
|
|
|
"MSI Z890 GAMING PLUS WIFI (MS-7E34)",
|
|
|
|
|
"MSI X870E GAMING PLUS WIFI (MS-7E70)",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static const mystic_light_761_config board_configs[] =
|
|
|
|
|
@ -67,6 +68,7 @@ static const mystic_light_761_config board_configs[] =
|
|
|
|
|
{ &(board_names[5]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI B850M GAMING PLUS WIFI6E
|
|
|
|
|
{ &(board_names[6]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MPG X870E CARBON WIFI
|
|
|
|
|
{ &(board_names[7]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI Z890 GAMING PLUS WIFI
|
|
|
|
|
{ &(board_names[8]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI X870E GAMING PLUS WIFI
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
enum MSI_ZONE setup_map [] =
|
|
|
|
|
|