Skip to content

Commit 801e655

Browse files
daenneyCalcProgrammer1
authored andcommitted
Add support for MSI MPG X870E EDGE TI WiFi
1 parent 5e269dd commit 801e655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Controllers/MSIMysticLightController/MSIMysticLight761Controller/MSIMysticLight761Controller.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ static const std::string board_names[] =
6363
"MSI MPG X870I EDGE TI EVO WIFI (MS-7E50)",
6464
"MSI B850 GAMING PLUS WIFI (MS-7E56)",
6565
"MSI PRO X870-P WIFI (MS-7E47)",
66+
"MSI MPG X870E EDGE TI WIFI (MS-7E59)",
6667
};
6768

6869
static const mystic_light_761_config board_configs[] =
@@ -83,6 +84,7 @@ static const mystic_light_761_config board_configs[] =
8384
{ &(board_names[13]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MPG X870I EDGE TI EVO WIFI (MS-7E50)
8485
{ &(board_names[14]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI B850 GAMING PLUS WIFI (MS-7E56)
8586
{ &(board_names[15]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO X870-P WIFI
87+
{ &(board_names[16]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MPG X870E EDGE TI WIFI
8688
};
8789

8890
enum MSI_ZONE setup_map [] =

0 commit comments

Comments
 (0)