summaryrefslogtreecommitdiffstats
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
authorJeremy Cowgar <jeremy@cowgar.com>2017-09-17 07:33:28 +0200
committerJack Humbert <jack.humb@gmail.com>2017-09-18 23:08:18 +0200
commitabba393f57fdfb9b7abd92cc7925a605619902b2 (patch)
tree83db1c4e0aaaca008a49312b9d2d9197d1837f7b /quantum/quantum_keycodes.h
parent87021371e6273258a9385a0a5ed4cfd344f9de8f (diff)
downloadqmk_firmware-abba393f57fdfb9b7abd92cc7925a605619902b2.tar.gz
qmk_firmware-abba393f57fdfb9b7abd92cc7925a605619902b2.tar.xz
Added Auto Shift, tap key = normal, hold key = shifted state.
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r--quantum/quantum_keycodes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index 26c3c41a7..212fdc67d 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -121,6 +121,11 @@ enum quantum_keycodes {
KC_LEAD,
#endif
+ // Auto Shift setup
+ KC_ASUP,
+ KC_ASDN,
+ KC_ASRP,
+
// Audio on/off/toggle
AU_ON,
AU_OFF,