Update max number of leds per #579

master
TheRogueZeta 6 years ago committed by Adam Honse
parent e9231c8b4b
commit 6ff72d58c8

@ -201,7 +201,7 @@ void RGBController_CorsairLightingNode::SetupZones()
| can support is 200. |
\*-------------------------------------------------*/
zones[channel_idx].leds_min = 0;
zones[channel_idx].leds_max = 200;
zones[channel_idx].leds_max = 204;
if(first_run)
{

Loading…
Cancel
Save