diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-12-10 10:57:52 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-10 10:59:47 -0500 |
commit | a7c61f2947528f79383dfe63e654346afce0d14a (patch) | |
tree | 99bb52489b94916aae58538f3d050651cfbe7b16 /quantum/quantum_keycodes.h | |
parent | d1feb8744aeb14f4ff024507b25d224e77de60a0 (diff) | |
download | qmk_firmware-a7c61f2947528f79383dfe63e654346afce0d14a.tar.gz |
fix up midi stuff w/music mode
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 048da3267..f2cb25718 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -152,8 +152,9 @@ enum quantum_keycodes { // Midi #if !MIDI_ENABLE_STRICT || (defined(MIDI_ENABLE) && defined(MIDI_BASIC)) - MI_ON, // send midi notes when music mode is enabled - MI_OFF, // don't send midi notes when music mode is enabled + MI_ON, + MI_OFF, + MI_TOG, #endif #if !MIDI_ENABLE_STRICT || (defined(MIDI_ENABLE) && defined(MIDI_ADVANCED)) |