|
|
|
|
@ -227,6 +227,11 @@ const std::vector<MSI_ZONE> zones_set19 =
|
|
|
|
|
MSI_ZONE_J_RAINBOW_3
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
const std::vector<MSI_ZONE> zones_set20 =
|
|
|
|
|
{
|
|
|
|
|
MSI_ZONE_J_RGB_1,
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*---------------------------------------------------------------------------------------------------------------------------------*\
|
|
|
|
|
| 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[] =
|
|
|
|
|
{ 0x7D77, 0, 0, 0, 2, &zones_set13, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // PRO B650M-A WIFI
|
|
|
|
|
{ 0x7D78, 0, 0, 0, 2, &zones_set13, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // PRO B650-P WIFI
|
|
|
|
|
{ 0x7D86, 0, 18, 4, 1, &zones_set16, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // MEG Z790 ACE
|
|
|
|
|
{ 0x7D88, 0, 0, 0, 1, &zones_set20, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // MPG Z790-S WIFI
|
|
|
|
|
{ 0x7D89, 0, 6, 0, 1, &zones_set18, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // MPG Z790 CARBON WIFI
|
|
|
|
|
{ 0x7D90, 0, 0, 0, 1, &zones_set11, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // B760M BOMBER DDR4
|
|
|
|
|
{ 0x7D91, 1, 0, 0, 1, &zones_set10, MSIMysticLight185Controller::DIRECT_MODE_PER_LED }, // MAG Z790 TOMAHAWK WIFI
|
|
|
|
|
|