Add MSI MAG X870E TOMAHAWK MAX WIFI PZ support

This commit is contained in:
Bernd Loecke
2026-07-22 09:24:54 +02:00
committed by Adam Honse
parent eb5d8b579c
commit 68b113bf86

View File

@@ -74,6 +74,7 @@ static const std::string board_names[] =
"MSI PRO X870E-S EVO WIFI (MS-7E86)",
"MSI PRO Z890-P WIFI (MS-7E34)",
"MSI B850 GAMING PLUS WIFI PZ (MS-7E75)",
"MSI MAG X870E TOMAHAWK MAX WIFI PZ (MS-7E84)",
};
static const mystic_light_761_config board_configs[] =
@@ -105,6 +106,7 @@ static const mystic_light_761_config board_configs[] =
{ &(board_names[24]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO X870E-S EVO WIFI (MS-7E86)
{ &(board_names[25]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO Z890-P WIFI (MS-7E34)
{ &(board_names[26]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI B850 GAMING PLUS WIFI PZ (MS-7E75)
{ &(board_names[27]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MAG X870E TOMAHAWK MAX WIFI PZ (MS-7E84)
};
enum MSI_ZONE setup_map [] =