diff --git a/keyboards/zsa/common/oryx.c b/keyboards/zsa/common/oryx.c index 2991fd213e..d8bf300a6c 100644 --- a/keyboards/zsa/common/oryx.c +++ b/keyboards/zsa/common/oryx.c @@ -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 } }