diff --git a/Controllers/HyperXKeyboardController/HyperXAlloyOriginsController.cpp b/Controllers/HyperXKeyboardController/HyperXAlloyOriginsController.cpp index c03e09ef..9c7cd97b 100644 --- a/Controllers/HyperXKeyboardController/HyperXAlloyOriginsController.cpp +++ b/Controllers/HyperXKeyboardController/HyperXAlloyOriginsController.cpp @@ -69,7 +69,7 @@ void HyperXAlloyOriginsController::SendDirectInitialization() /*-----------------------------------------------------*\ | Send packet | \*-----------------------------------------------------*/ - hid_send_feature_report(dev, &buf[1], 64); + hid_send_feature_report(dev, &buf[1], 65); } void HyperXAlloyOriginsController::SendDirectColorPacket @@ -112,5 +112,5 @@ void HyperXAlloyOriginsController::SendDirectColorPacket /*-----------------------------------------------------*\ | Send packet | \*-----------------------------------------------------*/ - hid_send_feature_report(dev, &buf[1], 64); + hid_send_feature_report(dev, &buf[1], 65); } \ No newline at end of file