Update SetCustomMode to change to static mode instead of off

This commit is contained in:
Kasper 2021-01-27 12:42:25 +02:00
parent 582afad557
commit 80decf1482

View file

@ -117,7 +117,7 @@ void RGBController_LogitechGProWireless::UpdateSingleLED(int led)
void RGBController_LogitechGProWireless::SetCustomMode()
{
active_mode = 1;
}
void RGBController_LogitechGProWireless::DeviceUpdateMode()