Update maximum number of LEDs for Thermaltake Riing zone to 20 LEDs
This commit is contained in:
parent
da54e89839
commit
5712717ef8
1 changed files with 1 additions and 1 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue