Skip to content

Commit 1b502ac

Browse files
Alloy FPS: Don't send extended packet
1 parent c522609 commit 1b502ac

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Controllers/HyperXKeyboardController/HyperXAlloyFPSController.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,6 @@ void HyperXAlloyFPSController::SetLEDsDirect(std::vector<RGBColor> colors)
156156
);
157157

158158
std::this_thread::sleep_for(5ms);
159-
160-
SendDirectExtended
161-
(
162-
ext_color_data
163-
);
164159
}
165160

166161
void HyperXAlloyFPSController::SetLEDs(std::vector<RGBColor> colors)
@@ -203,12 +198,6 @@ void HyperXAlloyFPSController::SetLEDs(std::vector<RGBColor> colors)
203198
);
204199

205200
std::this_thread::sleep_for(5ms);
206-
207-
SendExtendedColor
208-
(
209-
0x01,
210-
ext_color_data
211-
);
212201
}
213202

214203
/*-------------------------------------------------------------------------------------------------*\

0 commit comments

Comments
 (0)