aboutsummaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_tap_dance.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/process_keycode/process_tap_dance.c')
-rw-r--r--quantum/process_keycode/process_tap_dance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_tap_dance.c b/quantum/process_keycode/process_tap_dance.c
index c27fe4834..16756e59c 100644
--- a/quantum/process_keycode/process_tap_dance.c
+++ b/quantum/process_keycode/process_tap_dance.c
@@ -71,7 +71,7 @@ void qk_tap_dance_dual_role_finished(qk_tap_dance_state_t *state, void *user_dat
71 if (state->count == 1) { 71 if (state->count == 1) {
72 register_code16(pair->kc); 72 register_code16(pair->kc);
73 } else if (state->count == 2) { 73 } else if (state->count == 2) {
74 layer_move(pair->layer); 74 pair->layer_function(pair->layer);
75 } 75 }
76} 76}
77 77