summaryrefslogtreecommitdiffstats
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-12-10 16:57:52 +0100
committerJack Humbert <jack.humb@gmail.com>2017-12-10 16:59:47 +0100
commita7c61f2947528f79383dfe63e654346afce0d14a (patch)
tree99bb52489b94916aae58538f3d050651cfbe7b16 /quantum/quantum_keycodes.h
parentd1feb8744aeb14f4ff024507b25d224e77de60a0 (diff)
downloadqmk_firmware-a7c61f2947528f79383dfe63e654346afce0d14a.tar.gz
qmk_firmware-a7c61f2947528f79383dfe63e654346afce0d14a.tar.xz
fix up midi stuff w/music mode
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r--quantum/quantum_keycodes.h5
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))