File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Controllers/HyperXKeyboardController Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ void HyperXAlloyFPSController::SetLEDs(std::vector<RGBColor> colors)
179179 red_color_data
180180 );
181181
182- std::this_thread::sleep_for (10ms );
182+ std::this_thread::sleep_for (15ms );
183183
184184 SendColor
185185 (
@@ -188,7 +188,7 @@ void HyperXAlloyFPSController::SetLEDs(std::vector<RGBColor> colors)
188188 grn_color_data
189189 );
190190
191- std::this_thread::sleep_for (10ms );
191+ std::this_thread::sleep_for (15ms );
192192
193193 SendColor
194194 (
@@ -197,7 +197,7 @@ void HyperXAlloyFPSController::SetLEDs(std::vector<RGBColor> colors)
197197 blu_color_data
198198 );
199199
200- std::this_thread::sleep_for (10ms );
200+ std::this_thread::sleep_for (15ms );
201201}
202202
203203/* -------------------------------------------------------------------------------------------------*\
You can’t perform that action at this time.
0 commit comments