matrix_scan_x -> x_task (#13748)
This commit is contained in:
parent
c52c69d45f
commit
03d258c222
13 changed files with 27 additions and 31 deletions
|
@ -184,7 +184,7 @@ bool process_combo(uint16_t keycode, keyrecord_t *record) {
|
|||
return !is_combo_key;
|
||||
}
|
||||
|
||||
void matrix_scan_combo(void) {
|
||||
void combo_task(void) {
|
||||
if (b_combo_enable && is_active && timer && timer_elapsed(timer) > COMBO_TERM) {
|
||||
/* This disables the combo, meaning key events for this
|
||||
* combo will be handled by the next processors in the chain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue