From 68b113bf86e37204e3e0ec90b02b67a653786fc9 Mon Sep 17 00:00:00 2001 From: Bernd Loecke Date: Wed, 22 Jul 2026 09:24:54 +0200 Subject: [PATCH] Add MSI MAG X870E TOMAHAWK MAX WIFI PZ support --- .../MSIMysticLight761Controller/MSIMysticLight761Controller.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Controllers/MSIMysticLightController/MSIMysticLight761Controller/MSIMysticLight761Controller.cpp b/Controllers/MSIMysticLightController/MSIMysticLight761Controller/MSIMysticLight761Controller.cpp index 3c4c30654..0f37e1afa 100644 --- a/Controllers/MSIMysticLightController/MSIMysticLight761Controller/MSIMysticLight761Controller.cpp +++ b/Controllers/MSIMysticLightController/MSIMysticLight761Controller/MSIMysticLight761Controller.cpp @@ -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 [] =