We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c522609 commit 1b502acCopy full SHA for 1b502ac
Controllers/HyperXKeyboardController/HyperXAlloyFPSController.cpp
@@ -156,11 +156,6 @@ void HyperXAlloyFPSController::SetLEDsDirect(std::vector<RGBColor> colors)
156
);
157
158
std::this_thread::sleep_for(5ms);
159
-
160
- SendDirectExtended
161
- (
162
- ext_color_data
163
- );
164
}
165
166
void HyperXAlloyFPSController::SetLEDs(std::vector<RGBColor> colors)
@@ -203,12 +198,6 @@ void HyperXAlloyFPSController::SetLEDs(std::vector<RGBColor> colors)
203
198
204
199
205
200
206
207
- SendExtendedColor
208
209
- 0x01,
210
211
212
201
213
202
214
/*-------------------------------------------------------------------------------------------------*\
0 commit comments