Skip to content

Commit 4c3ddcc

Browse files
DFSkoCalcProgrammer1
authored andcommitted
Initial commit for MSI B850 GAMING PLUS WIFI (MS-7E56)
1 parent 68af4d0 commit 4c3ddcc

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
@@ -61,6 +61,7 @@ static const std::string board_names[] =
6161
"MSI B850M GAMING PLUS WIFI (MS-7E66)",
6262
"MSI PRO X870E-P WIFI (MS-7E70)",
6363
"MSI MPG X870I EDGE TI EVO WIFI (MS-7E50)",
64+
"MSI B850 GAMING PLUS WIFI (MS-7E56)",
6465
};
6566

6667
static const mystic_light_761_config board_configs[] =
@@ -79,6 +80,7 @@ static const mystic_light_761_config board_configs[] =
7980
{ &(board_names[11]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI B850M GAMING PLUS WIFI
8081
{ &(board_names[12]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO X870E-P WIFI
8182
{ &(board_names[13]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MPG X870I EDGE TI EVO WIFI (MS-7E50)
83+
{ &(board_names[14]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI B850 GAMING PLUS WIFI (MS-7E56)
8284
};
8385

8486
enum MSI_ZONE setup_map [] =

0 commit comments

Comments
 (0)