diff options
Diffstat (limited to 'quantum/keymap_common.h')
| -rw-r--r-- | quantum/keymap_common.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/keymap_common.h b/quantum/keymap_common.h index 0074ab164..07020150a 100644 --- a/quantum/keymap_common.h +++ b/quantum/keymap_common.h @@ -195,6 +195,7 @@ extern const uint16_t fn_actions[]; +  // MAGIC keycodes  #define MAGIC_SWAP_CONTROL_CAPSLOCK      0x5002  #define MAGIC_UNSWAP_CONTROL_CAPSLOCK    0x5003 @@ -232,6 +233,10 @@ extern const uint16_t fn_actions[];  #define MUV_IN 0x5024  #define MUV_DE 0x5025 +// Midi mode on/off +#define MI_ON  0x5026 +#define MI_OFF 0x5027 +  // GOTO layer - 16 layers max  // when:  // ON_PRESS    = 1  | 
