mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-10 07:33:04 +00:00
fix: ignore unset packets on LUFA
This commit is contained in:
@@ -33,7 +33,9 @@ void raw_hid_send_oryx(uint8_t *data, uint8_t length) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!send_report(RAW_EP_NAME, data, length)) {
|
if (!send_report(RAW_EP_NAME, data, length)) {
|
||||||
|
#if !defined(PROTOCOL_LUFA)
|
||||||
rawhid_state.paired = false;
|
rawhid_state.paired = false;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user