Alloy FPS doesn't have extended zones, so zero out extended packet

master
Adam Honse 5 years ago
parent 5e4bc6651a
commit c52260912f

@ -403,14 +403,6 @@ void HyperXAlloyFPSController::SendExtendedColor
buf[0x03] = HYPERX_ALLOY_FPS_COLOR_CHANNEL_EXTENDED;
/*-----------------------------------------------------*\
| Fill in color data |
\*-----------------------------------------------------*/
for(int i = 0x08; i < 0x94; i++)
{
buf[i] = color_data[i];
}
/*-----------------------------------------------------*\
| Send packet |
\*-----------------------------------------------------*/
hid_send_feature_report(dev, buf, 264);
@ -472,14 +464,6 @@ void HyperXAlloyFPSController::SendDirectExtended
buf[0x03] = 0xA0;
/*-----------------------------------------------------*\
| Fill in color data |
\*-----------------------------------------------------*/
for(int i = 0x08; i < 0x94; i++)
{
buf[i] = color_data[i];
}
/*-----------------------------------------------------*\
| Send packet |
\*-----------------------------------------------------*/
hid_send_feature_report(dev, buf, 264);

Loading…
Cancel
Save