Skip to content

Commit

Permalink
h/fix: quick disconection causes next pairing to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
fdidron committed Dec 21, 2023
1 parent 20d57f0 commit 5605460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/oryx.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void raw_hid_receive(uint8_t *data, uint8_t length) {
pairing_success_event();

case ORYX_CMD_PAIRING_VALIDATE:
pairing_success_event();
break; // Keeping this for backwards compatibility with older versions of Wally / Keymapp

case ORYX_SET_LAYER:
if (rawhid_state.paired == true) {
Expand Down

0 comments on commit 5605460

Please sign in to comment.