change the order to match the in situ assumption by keyboard maintainers
This commit is contained in:
parent
ff49927703
commit
69b2a82be6
1 changed files with 1 additions and 1 deletions
|
@ -217,8 +217,8 @@ bool process_record_quantum(keyrecord_t *record) {
|
|||
#if defined(VIA_ENABLE)
|
||||
process_record_via(keycode, record) &&
|
||||
#endif
|
||||
process_record_user(keycode, record) &&
|
||||
process_record_kb(keycode, record) &&
|
||||
process_record_user(keycode, record) &&
|
||||
#if defined(MIDI_ENABLE) && defined(MIDI_ADVANCED)
|
||||
process_midi(keycode, record) &&
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue