mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-24 22:45:55 -04:00
Limit maximum LEDs per channel to 40
This commit is contained in:
@@ -209,7 +209,7 @@ void RGBController_ZalmanZSync::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 = 204;
|
zones[channel_idx].leds_max = 40;
|
||||||
|
|
||||||
if(first_run)
|
if(first_run)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user