Disable alloy elite extended packet

This commit is contained in:
Adam Honse
2020-07-12 17:17:39 -05:00
parent 18d35fcb82
commit b20042b9c9

View File

@@ -144,12 +144,12 @@ void HyperXKeyboardController::SetLEDsDirect(std::vector<RGBColor> colors)
blu_color_data
);
std::this_thread::sleep_for(5ms);
//std::this_thread::sleep_for(5ms);
SendDirectExtended
(
ext_color_data
);
//SendDirectExtended
// (
// ext_color_data
// );
}
void HyperXKeyboardController::SetLEDs(std::vector<RGBColor> colors)