Change TT Riing Quad controller leds_max from 54 to 60

This commit is contained in:
Barry H 2025-05-20 11:22:47 +08:00 committed by Adam Honse
parent ca900540b4
commit a3afb8dcd8

View file

@ -87,7 +87,7 @@ void RGBController_ThermaltakeRiingQuad::SetupZones()
| Riing Quad protocol is 54 |
\*-------------------------------------------------*/
zones[channel_idx].leds_min = 0;
zones[channel_idx].leds_max = 54;
zones[channel_idx].leds_max = 60;
if(first_run)
{