Skip to content

Commit 7f6eee1

Browse files
author
Leche de Rata
committed
Add support for MSI MPG X870I EDGE TI EVO WIFI.
1 parent 950951b commit 7f6eee1

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

6566
static const mystic_light_761_config board_configs[] =
@@ -77,6 +78,7 @@ static const mystic_light_761_config board_configs[] =
7778
{ &(board_names[10]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO B850-P WIFI (MS-7E56)
7879
{ &(board_names[11]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI B850M GAMING PLUS WIFI
7980
{ &(board_names[12]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO X870E-P WIFI
81+
{ &(board_names[13]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MPG X870I EDGE TI EVO WIFI (MS-7E50)
8082
};
8183

8284
enum MSI_ZONE setup_map [] =

0 commit comments

Comments
 (0)