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 00870c4e7..f1f28e016 100644
--- a/quantum/process_keycode/process_tap_dance.c
+++ b/quantum/process_keycode/process_tap_dance.c
@@ -47,7 +47,7 @@ void qk_tap_dance_dual_role_finished (qk_tap_dance_state_t *state, void *user_da
47 if (state->count == 1) { 47 if (state->count == 1) {
48 register_code16 (pair->kc); 48 register_code16 (pair->kc);
49 } else if (state->count == 2) { 49 } else if (state->count == 2) {
50 layer_invert (pair->layer); 50 layer_move (pair->layer);
51 } 51 }
52} 52}
53 53