From 68b6de60e06cf01aa1b98a817fa6613bc4e30715 Mon Sep 17 00:00:00 2001 From: Ptomerty Date: Thu, 24 Aug 2017 17:23:21 -0400 Subject: fix for toggle tap dance --- quantum/process_keycode/process_tap_dance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quantum') 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 if (state->count == 1) { register_code16 (pair->kc); } else if (state->count == 2) { - layer_invert (pair->layer); + layer_move (pair->layer); } } -- cgit v1.2.3-24-g4f1b