Skip to content

Commit 950951b

Browse files
sergichaferCalcProgrammer1
authored andcommitted
Add support for MSI PRO X870E-P WIFI (MS-7E70) motherboard
1 parent 351d7b9 commit 950951b

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
@@ -59,6 +59,7 @@ static const std::string board_names[] =
5959
"MSI MAG X870E TOMAHAWK WIFI (MS-7E59)",
6060
"MSI PRO B850-P WIFI (MS-7E56)",
6161
"MSI B850M GAMING PLUS WIFI (MS-7E66)",
62+
"MSI PRO X870E-P WIFI (MS-7E70)",
6263
};
6364

6465
static const mystic_light_761_config board_configs[] =
@@ -75,6 +76,7 @@ static const mystic_light_761_config board_configs[] =
7576
{ &(board_names[9]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MAG X870E TOMAHAWK WIFI
7677
{ &(board_names[10]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO B850-P WIFI (MS-7E56)
7778
{ &(board_names[11]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI B850M GAMING PLUS WIFI
79+
{ &(board_names[12]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO X870E-P WIFI
7880
};
7981

8082
enum MSI_ZONE setup_map [] =

0 commit comments

Comments
 (0)