Update maximum number of LEDs for Thermaltake Riing zone to 20 LEDs

This commit is contained in:
Adam Honse 2020-03-08 20:25:07 -05:00
parent da54e89839
commit 5712717ef8

View file

@ -127,7 +127,7 @@ void RGBController_ThermaltakeRiing::SetupZones()
new_zone->type = ZONE_TYPE_LINEAR;
new_zone->leds_min = 0;
new_zone->leds_max = 60;
new_zone->leds_max = 20;
new_zone->leds_count = riing->channel_leds[channel_idx];
for (unsigned int led_ch_idx = 0; led_ch_idx < riing->channel_leds[channel_idx]; led_ch_idx++)