diff options
author | Fabian Topfstedt <topfstedt@schneevonmorgen.com> | 2017-07-25 09:48:58 +0200 |
---|---|---|
committer | Fabian Topfstedt <topfstedt@schneevonmorgen.com> | 2017-07-25 09:48:58 +0200 |
commit | 4ee571b25734561ce44c0f22e9bff72f4a822cc3 (patch) | |
tree | 51f3b6d438e10df6f716ce58268d29319104fb8c /quantum/quantum_keycodes.h | |
parent | ee43856ff7ba37ea89d1a8a4700efba4e4f69571 (diff) | |
parent | cefc09ae7dd88cd6b92412881888404da1abdfcb (diff) |
Merge https://github.com/qmk/qmk_firmware
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 6038e31c46..06ab6d18db 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, |