Factor basic note processing into respective processors
This commit is contained in:
parent
525be99ee9
commit
1000799d1e
9 changed files with 186 additions and 85 deletions
|
@ -153,6 +153,9 @@ bool process_record_quantum(keyrecord_t *record) {
|
|||
#if defined(MIDI_ENABLE) && defined(MIDI_ADVANCED)
|
||||
process_midi(keycode, record) &&
|
||||
#endif
|
||||
#ifdef AUDIO_ENABLE
|
||||
process_audio(keycode, record) &&
|
||||
#endif
|
||||
#if defined(AUDIO_ENABLE) || (defined(MIDI_ENABLE) && defined(MIDI_BASIC))
|
||||
process_music(keycode, record) &&
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue