Skip to content

Commit e2c4a6f

Browse files
Alloy FPS: Increase delay between keepalives to 100ms
1 parent 1b502ac commit e2c4a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controllers/HyperXKeyboardController/RGBController_HyperXAlloyFPS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ void RGBController_HyperXAlloyFPS::KeepaliveThreadFunction()
324324
{
325325
if(active_mode == 0)
326326
{
327-
if((std::chrono::steady_clock::now() - last_update_time) > std::chrono::milliseconds(50))
327+
if((std::chrono::steady_clock::now() - last_update_time) > std::chrono::milliseconds(100))
328328
{
329329
UpdateLEDs();
330330
}

0 commit comments

Comments
 (0)