diff options
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 a013c5cab..d9ffb1e73 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[]; | |||
85 | 85 | ||
86 | void preprocess_tap_dance(uint16_t keycode, keyrecord_t *record); | 86 | void preprocess_tap_dance(uint16_t keycode, keyrecord_t *record); |
87 | bool process_tap_dance(uint16_t keycode, keyrecord_t *record); | 87 | bool process_tap_dance(uint16_t keycode, keyrecord_t *record); |
88 | void matrix_scan_tap_dance(void); | 88 | void tap_dance_task(void); |
89 | void reset_tap_dance(qk_tap_dance_state_t *state); | 89 | void reset_tap_dance(qk_tap_dance_state_t *state); |
90 | 90 | ||
91 | void qk_tap_dance_pair_on_each_tap(qk_tap_dance_state_t *state, void *user_data); | 91 | void qk_tap_dance_pair_on_each_tap(qk_tap_dance_state_t *state, void *user_data); |