@@ -227,6 +227,11 @@ const std::vector<MSI_ZONE> zones_set19 =
227227 MSI_ZONE_J_RAINBOW_3
228228};
229229
230+ const std::vector<MSI_ZONE> zones_set20 =
231+ {
232+ MSI_ZONE_J_RGB_1,
233+ };
234+
230235
231236/* ---------------------------------------------------------------------------------------------------------------------------------*\
232237| Definition of the board sepcific configurations (number of onboard LEDs and supported zones). |
@@ -312,6 +317,7 @@ static const mystic_light_185_config board_configs[] =
312317 { 0x7D77 , 0 , 0 , 0 , 2 , &zones_set13, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // PRO B650M-A WIFI
313318 { 0x7D78 , 0 , 0 , 0 , 2 , &zones_set13, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // PRO B650-P WIFI
314319 { 0x7D86 , 0 , 18 , 4 , 1 , &zones_set16, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // MEG Z790 ACE
320+ { 0x7D88 , 0 , 0 , 0 , 1 , &zones_set20, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // MPG Z790-S WIFI
315321 { 0x7D89 , 0 , 6 , 0 , 1 , &zones_set18, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // MPG Z790 CARBON WIFI
316322 { 0x7D90 , 0 , 0 , 0 , 1 , &zones_set11, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // B760M BOMBER DDR4
317323 { 0x7D91 , 1 , 0 , 0 , 1 , &zones_set10, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // MAG Z790 TOMAHAWK WIFI
0 commit comments