Skip to content

Commit 13edc40

Browse files
UbayGDCalcProgrammer1
authored andcommitted
feat: add initial support for MSI MPG B850I EDGE TI WIFI
1 parent 6aa8eb6 commit 13edc40

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
@@ -45,12 +45,13 @@ static const std::vector<MSI_ZONE> zone_set1 =
4545
MSI_ZONE_JARGB_3,
4646
};
4747

48-
static const std::string board_names[] = { "MSI MAG X870 TOMAHAWK WIFI (MS-7E51)", "MSI MAG B850M MORTAR WIFI (MS-7E61)" };
48+
static const std::string board_names[] = { "MSI MAG X870 TOMAHAWK WIFI (MS-7E51)", "MSI MAG B850M MORTAR WIFI (MS-7E61)", "MSI MPG B850I EDGE TI WIFI (MS-7E79)" };
4949

5050
static const mystic_light_761_config board_configs[] =
5151
{
5252
{ &(board_names[0]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI X870 TOMAHAWK WIFI
5353
{ &(board_names[1]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MAG B850M MORTAR WIFI
54+
{ &(board_names[2]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MPG B850I EDGE TI WIFI
5455
};
5556

5657

0 commit comments

Comments
 (0)