Skip to content

Commit 5a484a0

Browse files
Enable support for MSI PRO B850-P WIFI (MS-7E56) motherboard
1 parent 95648b2 commit 5a484a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Controllers/MSIMysticLightController/MSIMysticLight761Controller/MSIMysticLight761Controller.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ static const std::string board_names[] =
5757
"MSI Z890 GAMING PLUS WIFI (MS-7E34)",
5858
"MSI X870E GAMING PLUS WIFI (MS-7E70)",
5959
"MSI MAG X870E TOMAHAWK WIFI (MS-7E59)",
60+
"MSI PRO B850-P WIFI (MS-7E56)",
6061
};
6162

6263
static const mystic_light_761_config board_configs[] =
@@ -71,7 +72,7 @@ static const mystic_light_761_config board_configs[] =
7172
{ &(board_names[7]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI Z890 GAMING PLUS WIFI
7273
{ &(board_names[8]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI X870E GAMING PLUS WIFI
7374
{ &(board_names[9]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MAG X870E TOMAHAWK WIFI
74-
75+
{ &(board_names[10]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO B850-P WIFI (MS-7E56)
7576
};
7677

7778
enum MSI_ZONE setup_map [] =

0 commit comments

Comments
 (0)