File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Controllers/HyperXKeyboardController Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ void HyperXAlloyFPSController::SetLEDs(std::vector<RGBColor> colors)
179
179
red_color_data
180
180
);
181
181
182
- std::this_thread::sleep_for (5ms );
182
+ std::this_thread::sleep_for (10ms );
183
183
184
184
SendColor
185
185
(
@@ -188,7 +188,7 @@ void HyperXAlloyFPSController::SetLEDs(std::vector<RGBColor> colors)
188
188
grn_color_data
189
189
);
190
190
191
- std::this_thread::sleep_for (5ms );
191
+ std::this_thread::sleep_for (10ms );
192
192
193
193
SendColor
194
194
(
@@ -197,7 +197,7 @@ void HyperXAlloyFPSController::SetLEDs(std::vector<RGBColor> colors)
197
197
blu_color_data
198
198
);
199
199
200
- std::this_thread::sleep_for (5ms );
200
+ std::this_thread::sleep_for (10ms );
201
201
}
202
202
203
203
/* -------------------------------------------------------------------------------------------------*\
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ void RGBController_HyperXAlloyFPS::KeepaliveThreadFunction()
324
324
{
325
325
if (active_mode == 0 )
326
326
{
327
- if ((std::chrono::steady_clock::now () - last_update_time) > std::chrono::milliseconds (100 ))
327
+ if ((std::chrono::steady_clock::now () - last_update_time) > std::chrono::milliseconds (50 ))
328
328
{
329
329
UpdateLEDs ();
330
330
}
You can’t perform that action at this time.
0 commit comments