From 15a3deadbe7c8f73275bb0ebf333a3bdbea47165 Mon Sep 17 00:00:00 2001 From: Francesco <32752834-frarugi87@users.noreply.gitlab.com> Date: Sat, 10 Jan 2026 21:19:03 +0000 Subject: [PATCH] Added MSI B850M GAMING PLUS WIFI (MS-7E66) --- .../MSIMysticLight761Controller/MSIMysticLight761Controller.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Controllers/MSIMysticLightController/MSIMysticLight761Controller/MSIMysticLight761Controller.cpp b/Controllers/MSIMysticLightController/MSIMysticLight761Controller/MSIMysticLight761Controller.cpp index c6a855b33..97b4e93f0 100644 --- a/Controllers/MSIMysticLightController/MSIMysticLight761Controller/MSIMysticLight761Controller.cpp +++ b/Controllers/MSIMysticLightController/MSIMysticLight761Controller/MSIMysticLight761Controller.cpp @@ -58,6 +58,7 @@ static const std::string board_names[] = "MSI X870E GAMING PLUS WIFI (MS-7E70)", "MSI MAG X870E TOMAHAWK WIFI (MS-7E59)", "MSI PRO B850-P WIFI (MS-7E56)", + "MSI B850M GAMING PLUS WIFI (MS-7E66)", }; static const mystic_light_761_config board_configs[] = @@ -73,6 +74,7 @@ static const mystic_light_761_config board_configs[] = { &(board_names[8]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI X870E GAMING PLUS WIFI { &(board_names[9]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MAG X870E TOMAHAWK WIFI { &(board_names[10]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO B850-P WIFI (MS-7E56) + { &(board_names[11]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI B850M GAMING PLUS WIFI }; enum MSI_ZONE setup_map [] =