fix up midi stuff w/music mode
This commit is contained in:
parent
d1feb8744a
commit
a7c61f2947
4 changed files with 83 additions and 11 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue