summaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
authorFabian Topfstedt2017-07-25 09:48:58 +0200
committerFabian Topfstedt2017-07-25 09:48:58 +0200
commit4ee571b25734561ce44c0f22e9bff72f4a822cc3 (patch)
tree51f3b6d438e10df6f716ce58268d29319104fb8c /quantum/quantum_keycodes.h
parentee43856ff7ba37ea89d1a8a4700efba4e4f69571 (diff)
parentcefc09ae7dd88cd6b92412881888404da1abdfcb (diff)
Merge https://github.com/qmk/qmk_firmware
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r--quantum/quantum_keycodes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index 6038e31c4..06ab6d18d 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -26,6 +26,10 @@
#endif
#endif
+// Fillers to make layering more clear
+#define _______ KC_TRNS
+#define XXXXXXX KC_NO
+
enum quantum_keycodes {
// Ranges used in shortucuts - not to be used directly
QK_TMK = 0x0000,
@@ -128,6 +132,9 @@ enum quantum_keycodes {
MU_OFF,
MU_TOG,
+ // Music mode cycle
+ MU_MOD,
+
// Music voice iterate
MUV_IN,
MUV_DE,