Implemented basic key combination feature
This commit is contained in:
parent
d0c667c790
commit
eac8fa7999
5 changed files with 103 additions and 0 deletions
|
@ -113,6 +113,9 @@ bool process_record_quantum(keyrecord_t *record) {
|
|||
|
||||
if (!(
|
||||
process_record_kb(keycode, record) &&
|
||||
#ifdef COMBO_ENABLE
|
||||
process_combo(keycode, record) &&
|
||||
#endif
|
||||
#ifdef MIDI_ENABLE
|
||||
process_midi(keycode, record) &&
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue