diff options
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 { | |||
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)) |