Skip to content

Commit

Permalink
fix for toggle tap dance
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptomerty authored and jackhumbert committed Sep 11, 2017
1 parent f10e958 commit 68b6de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/process_keycode/process_tap_dance.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 68b6de6

Please sign in to comment.