diff --git a/Controllers/HyperXKeyboardController/HyperXAlloyOriginsController.cpp b/Controllers/HyperXKeyboardController/HyperXAlloyOriginsController.cpp index 95c401fa..18d08b87 100644 --- a/Controllers/HyperXKeyboardController/HyperXAlloyOriginsController.cpp +++ b/Controllers/HyperXKeyboardController/HyperXAlloyOriginsController.cpp @@ -84,7 +84,7 @@ void HyperXAlloyOriginsController::SendDirectInitialization() /*-----------------------------------------------------*\ | Send packet | \*-----------------------------------------------------*/ - hid_send_feature_report(dev, &buf[1], 65); + hid_send_feature_report(dev, buf, 65); } void HyperXAlloyOriginsController::SendDirectColorPacket @@ -127,5 +127,5 @@ void HyperXAlloyOriginsController::SendDirectColorPacket /*-----------------------------------------------------*\ | Send packet | \*-----------------------------------------------------*/ - hid_send_feature_report(dev, &buf[1], 65); + hid_send_feature_report(dev, buf, 65); } \ No newline at end of file