Fix thread conflicts for HyperX keyboard in Direct mode

This commit is contained in:
Adam Honse 2020-04-29 09:34:24 -05:00
parent 6509e53a9b
commit 6e426b1403

View file

@ -368,7 +368,7 @@ void RGBController_HyperXKeyboard::KeepaliveThread()
{
if(active_mode == 0)
{
hyperx->SetLEDsDirect(colors);
UpdateLEDs();
}
Sleep(100);
}