From b5cc340841cc7495695c4b36551112cfa276a2b4 Mon Sep 17 00:00:00 2001 From: Francesco-1-7 Date: Sat, 14 Mar 2026 02:29:21 +0100 Subject: [PATCH] Add support for MSI MAG B850 TOMAHAWK WIFI --- .../MSIMysticLight761Controller.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Controllers/MSIMysticLightController/MSIMysticLight761Controller/MSIMysticLight761Controller.cpp b/Controllers/MSIMysticLightController/MSIMysticLight761Controller/MSIMysticLight761Controller.cpp index a8807ab8e..c18317d15 100644 --- a/Controllers/MSIMysticLightController/MSIMysticLight761Controller/MSIMysticLight761Controller.cpp +++ b/Controllers/MSIMysticLightController/MSIMysticLight761Controller/MSIMysticLight761Controller.cpp @@ -65,7 +65,8 @@ static const std::string board_names[] = "MSI PRO X870-P WIFI (MS-7E47)", "MSI MPG X870E EDGE TI WIFI (MS-7E59)", "MSI MAG B850 TOMAHAWK MAX WIFI (MS-7E62)", - "MSI PRO B850M-P WIFI (MS-7E71)" + "MSI PRO B850M-P WIFI (MS-7E71)", + "MSI MAG B850 TOMAHAWK WIFI (MS-7E53)" }; static const mystic_light_761_config board_configs[] = @@ -89,6 +90,7 @@ static const mystic_light_761_config board_configs[] = { &(board_names[16]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MPG X870E EDGE TI WIFI { &(board_names[17]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MAG B850 TOMAHAWK MAX WIFI { &(board_names[18]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI PRO B850M-P WIFI (MS-7E71) + { &(board_names[19]), 0, 0, 0, 1, &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MAG B850 TOMAHAWK WIFI (MS-7E53) }; enum MSI_ZONE setup_map [] =