diff options
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index f653564a6..eabeacff8 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -113,6 +113,9 @@ bool process_record_quantum(keyrecord_t *record) { | |||
| 113 | 113 | ||
| 114 | if (!( | 114 | if (!( |
| 115 | process_record_kb(keycode, record) && | 115 | process_record_kb(keycode, record) && |
| 116 | #ifdef COMBO_ENABLE | ||
| 117 | process_combo(keycode, record) && | ||
| 118 | #endif | ||
| 116 | #ifdef MIDI_ENABLE | 119 | #ifdef MIDI_ENABLE |
| 117 | process_midi(keycode, record) && | 120 | process_midi(keycode, record) && |
| 118 | #endif | 121 | #endif |
