summaryrefslogtreecommitdiffstats
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
authorU-LANDSRAAD\drashna <drashna@live.com>2017-12-19 19:06:22 +0100
committerJack Humbert <jack.humb@gmail.com>2017-12-20 20:38:56 +0100
commita1fa70f94ddddcd6b51914a89cee7218ae1281ce (patch)
treec9fa1c68954469d9185d8418d0996cd8eb828344 /quantum/quantum_keycodes.h
parentd8f0faabdad2e2bc80d2258bda80e6b9e9918b63 (diff)
downloadqmk_firmware-a1fa70f94ddddcd6b51914a89cee7218ae1281ce.tar.gz
qmk_firmware-a1fa70f94ddddcd6b51914a89cee7218ae1281ce.tar.xz
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 {
KC_LEAD,
#endif
+#ifdef AUTO_SHIFT_ENABLE
// Auto Shift setup
KC_ASUP,
KC_ASDN,
KC_ASRP,
+ KC_ASTG,
+#endif // AUTO_SHIFT_ENABLE
// Audio on/off/toggle
AU_ON,