summaryrefslogtreecommitdiffstats
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2017-12-19 19:37:25 +0100
committerJack Humbert <jack.humb@gmail.com>2017-12-20 20:38:56 +0100
commit4f484bc1c990793f019deb54448ad534389cc938 (patch)
tree0509a2a43953c73803dfc4e9666df7703d119954 /quantum/quantum_keycodes.h
parenta1fa70f94ddddcd6b51914a89cee7218ae1281ce (diff)
downloadqmk_firmware-4f484bc1c990793f019deb54448ad534389cc938.tar.gz
qmk_firmware-4f484bc1c990793f019deb54448ad534389cc938.tar.xz
Add on/off/toggle keycodes for Auto Shift
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r--quantum/quantum_keycodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index b0e555f2e..65bf9e141 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -121,13 +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
+ KC_ASON,
+ KC_ASOFF,
// Audio on/off/toggle
AU_ON,