aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
authorU-LANDSRAAD\drashna <drashna@live.com>2017-12-19 10:06:22 -0800
committerJack Humbert <jack.humb@gmail.com>2017-12-20 14:38:56 -0500
commita1fa70f94ddddcd6b51914a89cee7218ae1281ce (patch)
treec9fa1c68954469d9185d8418d0996cd8eb828344 /quantum/quantum_keycodes.h
parentd8f0faabdad2e2bc80d2258bda80e6b9e9918b63 (diff)
downloadqmk_firmware-a1fa70f94ddddcd6b51914a89cee7218ae1281ce.tar.gz
qmk_firmware-a1fa70f94ddddcd6b51914a89cee7218ae1281ce.zip
Add toggle option to AutoShift
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r--quantum/quantum_keycodes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index 453774d85..b0e555f2e 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -121,10 +121,13 @@ enum quantum_keycodes {
121 KC_LEAD, 121 KC_LEAD,
122#endif 122#endif
123 123
124#ifdef AUTO_SHIFT_ENABLE
124 // Auto Shift setup 125 // Auto Shift setup
125 KC_ASUP, 126 KC_ASUP,
126 KC_ASDN, 127 KC_ASDN,
127 KC_ASRP, 128 KC_ASRP,
129 KC_ASTG,
130#endif // AUTO_SHIFT_ENABLE
128 131
129 // Audio on/off/toggle 132 // Audio on/off/toggle
130 AU_ON, 133 AU_ON,