Skip to content

Commit 84bb05d

Browse files
committed
Add support for MSI PRO B850M-P WIFI (MS-7E71)
1 parent f33a7ba commit 84bb05d

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
@@ -65,6 +65,7 @@ static const std::string board_names[] =
6565
"MSI PRO X870-P WIFI (MS-7E47)",
6666
"MSI MPG X870E EDGE TI WIFI (MS-7E59)",
6767
"MSI MAG B850 TOMAHAWK MAX WIFI (MS-7E62)",
68+
"MSI PRO B850M-P WIFI (MS-7E71)"
6869
};
6970

7071
static const mystic_light_761_config board_configs[] =
@@ -87,6 +88,7 @@ static const mystic_light_761_config board_configs[] =
8788
{ &(board_names[15]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO X870-P WIFI
8889
{ &(board_names[16]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MPG X870E EDGE TI WIFI
8990
{ &(board_names[17]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MAG B850 TOMAHAWK MAX WIFI
91+
{ &(board_names[18]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO B850M-P WIFI (MS-7E71)
9092
};
9193

9294
enum MSI_ZONE setup_map [] =

0 commit comments

Comments
 (0)