[WIP] UpdateLEDsInternal to prevent signaling RGBController update callback from internal updates/keepalive threads

This commit is contained in:
Adam Honse
2026-01-07 12:01:36 -06:00
parent 0e674dcbf8
commit c7ebc68642
27 changed files with 40 additions and 25 deletions

View File

@@ -353,7 +353,7 @@ void RGBController_LogitechGProKeyboard::DeviceUpdateMode()
\*---------------------------------------------------------*/
if(active_mode == 0xFFFF)
{
UpdateLEDs();
UpdateLEDsInternal();
return;
}