summaryrefslogtreecommitdiff
path: root/tests/tap_dance/examples.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tap_dance/examples.c')
-rw-r--r--tests/tap_dance/examples.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tap_dance/examples.c b/tests/tap_dance/examples.c
index 13086bbb4b..5377b397d3 100644
--- a/tests/tap_dance/examples.c
+++ b/tests/tap_dance/examples.c
@@ -83,7 +83,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
83 83
84 switch (keycode) { 84 switch (keycode) {
85 case TD(CT_CLN): 85 case TD(CT_CLN):
86 action = &tap_dance_actions[TD_INDEX(keycode)]; 86 action = &tap_dance_actions[QK_TAP_DANCE_GET_INDEX(keycode)];
87 if (!record->event.pressed && action->state.count && !action->state.finished) { 87 if (!record->event.pressed && action->state.count && !action->state.finished) {
88 tap_dance_tap_hold_t *tap_hold = (tap_dance_tap_hold_t *)action->user_data; 88 tap_dance_tap_hold_t *tap_hold = (tap_dance_tap_hold_t *)action->user_data;
89 tap_code16(tap_hold->tap); 89 tap_code16(tap_hold->tap);