Skip to content

Commit b6654db

Browse files
Increase delay between direct mode packets to 10ms
1 parent 6287b22 commit b6654db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Controllers/HyperXKeyboardController/HyperXAlloyFPSController.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@ void HyperXAlloyFPSController::SetLEDsDirect(std::vector<RGBColor> colors)
139139
red_color_data
140140
);
141141

142-
std::this_thread::sleep_for(2ms);
142+
std::this_thread::sleep_for(10ms);
143143

144144
SendDirect
145145
(
146146
HYPERX_ALLOY_FPS_COLOR_CHANNEL_GREEN,
147147
grn_color_data
148148
);
149149

150-
std::this_thread::sleep_for(2ms);
150+
std::this_thread::sleep_for(10ms);
151151

152152
SendDirect
153153
(

0 commit comments

Comments
 (0)