mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-28 00:48:07 -05:00
[WIP] UpdateLEDsInternal to prevent signaling RGBController update callback from internal updates/keepalive threads
This commit is contained in:
@@ -353,7 +353,7 @@ void RGBController_LogitechGProKeyboard::DeviceUpdateMode()
|
||||
\*---------------------------------------------------------*/
|
||||
if(active_mode == 0xFFFF)
|
||||
{
|
||||
UpdateLEDs();
|
||||
UpdateLEDsInternal();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user