We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6287b22 commit b6654dbCopy full SHA for b6654db
Controllers/HyperXKeyboardController/HyperXAlloyFPSController.cpp
@@ -139,15 +139,15 @@ void HyperXAlloyFPSController::SetLEDsDirect(std::vector<RGBColor> colors)
139
red_color_data
140
);
141
142
- std::this_thread::sleep_for(2ms);
+ std::this_thread::sleep_for(10ms);
143
144
SendDirect
145
(
146
HYPERX_ALLOY_FPS_COLOR_CHANNEL_GREEN,
147
grn_color_data
148
149
150
151
152
153
0 commit comments