summaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
authorGreg Wright <kwip000@protonmail.com>2020-08-15 16:55:13 -0400
committerDrashna Jael're <drashna@live.com>2020-09-30 03:26:11 -0700
commitaf7272b1b36d29bc158b0898c17fefcf432af00b (patch)
treedb77a5d44b7ac510e418b067b4a731f65a1f2c0b /quantum/quantum_keycodes.h
parenta76880594523ab6ea0835a0ad576162d8dc3e291 (diff)
* #define AUTO_SHIFT_SETUP
* Clarification Changed `#ifndef` to `#ifdef` and moved enable disable outside AUTO_SHIFT_SETUP * AUTO_SHIFT_NO_SETUp
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r--quantum/quantum_keycodes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index 93000269f6..38618964e3 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -123,10 +123,12 @@ enum quantum_keycodes {
KC_LEAD,
#endif
- // Auto Shift setup
+// Auto Shift setup
+#ifndef AUTO_SHIFT_NO_SETUP
KC_ASUP,
KC_ASDN,
KC_ASRP,
+#endif
KC_ASTG,
KC_ASON,
KC_ASOFF,