Skip to content

Commit 15a3dea

Browse files
FrancescoCalcProgrammer1
authored andcommitted
Added MSI B850M GAMING PLUS WIFI (MS-7E66)
1 parent c1db812 commit 15a3dea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Controllers/MSIMysticLightController/MSIMysticLight761Controller/MSIMysticLight761Controller.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ static const std::string board_names[] =
5858
"MSI X870E GAMING PLUS WIFI (MS-7E70)",
5959
"MSI MAG X870E TOMAHAWK WIFI (MS-7E59)",
6060
"MSI PRO B850-P WIFI (MS-7E56)",
61+
"MSI B850M GAMING PLUS WIFI (MS-7E66)",
6162
};
6263

6364
static const mystic_light_761_config board_configs[] =
@@ -73,6 +74,7 @@ static const mystic_light_761_config board_configs[] =
7374
{ &(board_names[8]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI X870E GAMING PLUS WIFI
7475
{ &(board_names[9]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MAG X870E TOMAHAWK WIFI
7576
{ &(board_names[10]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO B850-P WIFI (MS-7E56)
77+
{ &(board_names[11]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI B850M GAMING PLUS WIFI
7678
};
7779

7880
enum MSI_ZONE setup_map [] =

0 commit comments

Comments
 (0)