summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Didron <fd@librem.one>2019-12-06 09:44:31 +0900
committerFlorian Didron <fdidron@users.noreply.github.com>2019-12-06 09:52:00 +0900
commit2fe7d6aea2e2ae2da7d0a41266a2084f8c8ca919 (patch)
tree5563512294a31553a444dac76a939b7098308df0
parent13e1dd3d53a75840cce9c7fa52fd6d8d26a36a9a (diff)
fix: remove conditional macro wrapping WEBUSB_PAIR15
-rw-r--r--quantum/quantum_keycodes.h3
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
};