aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-12-10 10:57:52 -0500
committerJack Humbert <jack.humb@gmail.com>2017-12-10 10:59:47 -0500
commita7c61f2947528f79383dfe63e654346afce0d14a (patch)
tree99bb52489b94916aae58538f3d050651cfbe7b16 /quantum/quantum_keycodes.h
parentd1feb8744aeb14f4ff024507b25d224e77de60a0 (diff)
downloadqmk_firmware-a7c61f2947528f79383dfe63e654346afce0d14a.tar.gz
qmk_firmware-a7c61f2947528f79383dfe63e654346afce0d14a.zip
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 {
152 152
153 // Midi 153 // Midi
154#if !MIDI_ENABLE_STRICT || (defined(MIDI_ENABLE) && defined(MIDI_BASIC)) 154#if !MIDI_ENABLE_STRICT || (defined(MIDI_ENABLE) && defined(MIDI_BASIC))
155 MI_ON, // send midi notes when music mode is enabled 155 MI_ON,
156 MI_OFF, // don't send midi notes when music mode is enabled 156 MI_OFF,
157 MI_TOG,
157#endif 158#endif
158 159
159#if !MIDI_ENABLE_STRICT || (defined(MIDI_ENABLE) && defined(MIDI_ADVANCED)) 160#if !MIDI_ENABLE_STRICT || (defined(MIDI_ENABLE) && defined(MIDI_ADVANCED))