From 6d562d8d3723209a8eb486296147c604558cfe8e Mon Sep 17 00:00:00 2001 From: 1337Misom <13585170-1337Misom@users.noreply.gitlab.com> Date: Mon, 4 Dec 2023 16:15:12 +0000 Subject: [PATCH] MSI B650 GAMING PLUS WiFi support --- .../MSIMysticLightController/MSIMysticLight185Controller.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Controllers/MSIMysticLightController/MSIMysticLight185Controller.cpp b/Controllers/MSIMysticLightController/MSIMysticLight185Controller.cpp index 5dbe4887..667562f7 100644 --- a/Controllers/MSIMysticLightController/MSIMysticLight185Controller.cpp +++ b/Controllers/MSIMysticLightController/MSIMysticLight185Controller.cpp @@ -289,6 +289,7 @@ static const mystic_light_185_config board_configs[] = { 0x7E06, 0, 0, 0, 2, &zones_set11, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // PRO Z790-P WIFI DDR4 { 0x7E07, 0, 0, 0, 2, &zones_set10, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // PRO Z790-A WIFI DDR4 { 0x7E12, 0, 0, 0, 2, &zones_set13, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // MAG X670E TOMAHAWK WIFI + { 0x7E26, 0, 0, 0, 2, &zones_set13, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // B650 GAMING PLUS WIFI };