mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-06 13:45:37 -04:00
Update max number of leds per #579
This commit is contained in:
@@ -201,7 +201,7 @@ void RGBController_CorsairLightingNode::SetupZones()
|
|||||||
| can support is 200. |
|
| can support is 200. |
|
||||||
\*-------------------------------------------------*/
|
\*-------------------------------------------------*/
|
||||||
zones[channel_idx].leds_min = 0;
|
zones[channel_idx].leds_min = 0;
|
||||||
zones[channel_idx].leds_max = 200;
|
zones[channel_idx].leds_max = 204;
|
||||||
|
|
||||||
if(first_run)
|
if(first_run)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user