diff options
author | Joel Challis <git@zvecr.com> | 2021-07-28 12:01:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 12:01:23 +0100 |
commit | 03d258c2226959480fc3ead1568ca2fe8ba37c59 (patch) | |
tree | 6a5f05f6017ec01ea68883749bc5af0e558a51cf /quantum/process_keycode/process_tap_dance.h | |
parent | c52c69d45f180e8ab677be4707ea2c8180a14254 (diff) |
matrix_scan_x -> x_task (#13748)
Diffstat (limited to 'quantum/process_keycode/process_tap_dance.h')
-rw-r--r-- | quantum/process_keycode/process_tap_dance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_tap_dance.h b/quantum/process_keycode/process_tap_dance.h index a013c5cabf..d9ffb1e73d 100644 --- a/quantum/process_keycode/process_tap_dance.h +++ b/quantum/process_keycode/process_tap_dance.h @@ -85,7 +85,7 @@ extern qk_tap_dance_action_t tap_dance_actions[]; void preprocess_tap_dance(uint16_t keycode, keyrecord_t *record); bool process_tap_dance(uint16_t keycode, keyrecord_t *record); -void matrix_scan_tap_dance(void); +void tap_dance_task(void); void reset_tap_dance(qk_tap_dance_state_t *state); void qk_tap_dance_pair_on_each_tap(qk_tap_dance_state_t *state, void *user_data); |