diff options
author | Florian Didron <fd@librem.one> | 2019-12-06 09:44:31 +0900 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-12-06 09:52:00 +0900 |
commit | 2fe7d6aea2e2ae2da7d0a41266a2084f8c8ca919 (patch) | |
tree | 5563512294a31553a444dac76a939b7098308df0 /quantum | |
parent | 13e1dd3d53a75840cce9c7fa52fd6d8d26a36a9a (diff) |
fix: remove conditional macro wrapping WEBUSB_PAIR
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/quantum_keycodes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 872aa89bc4..6897b54b09 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -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 }; |