mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 06:11:07 -04:00
Change TT Riing Quad controller leds_max from 54 to 60
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user