We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b502ac commit e2c4a6fCopy full SHA for e2c4a6f
Controllers/HyperXKeyboardController/RGBController_HyperXAlloyFPS.cpp
@@ -324,7 +324,7 @@ void RGBController_HyperXAlloyFPS::KeepaliveThreadFunction()
324
{
325
if(active_mode == 0)
326
327
- if((std::chrono::steady_clock::now() - last_update_time) > std::chrono::milliseconds(50))
+ if((std::chrono::steady_clock::now() - last_update_time) > std::chrono::milliseconds(100))
328
329
UpdateLEDs();
330
}
0 commit comments