Added support for timing out combos if a key as been pressed for longer than COMBO_TERM
This commit is contained in:
@@ -509,6 +509,11 @@ void matrix_scan_quantum() {
|
||||
#ifdef TAP_DANCE_ENABLE
|
||||
matrix_scan_tap_dance();
|
||||
#endif
|
||||
|
||||
#ifdef COMBO_ENABLE
|
||||
matrix_scan_combo();
|
||||
#endif
|
||||
|
||||
matrix_scan_kb();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user