Skip to content

Commit

Permalink
fix: remove conditional macro wrapping WEBUSB_PAIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Didron authored and fdidron committed Dec 6, 2019
1 parent 13e1dd3 commit 2fe7d6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions quantum/quantum_keycodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -503,9 +503,8 @@ enum quantum_keycodes {
MAGIC_UNSWAP_CTL_GUI,
MAGIC_TOGGLE_CTL_GUI,

#ifdef WEBUSB_ENABLE
WEBUSB_PAIR,
#endif

// always leave at the end
SAFE_RANGE
};
Expand Down

0 comments on commit 2fe7d6a

Please sign in to comment.