aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
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 {
121 KC_LEAD, 121 KC_LEAD,
122#endif 122#endif
123 123
124 // Auto Shift setup
125 KC_ASUP,
126 KC_ASDN,
127 KC_ASRP,
128
124 // Audio on/off/toggle 129 // Audio on/off/toggle
125 AU_ON, 130 AU_ON,
126 AU_OFF, 131 AU_OFF,