mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-08 22:52:28 +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;
|
||||
}
|
||||
if (!send_report(RAW_EP_NAME, data, length)) {
|
||||
#if !defined(PROTOCOL_LUFA)
|
||||
rawhid_state.paired = false;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user