mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
fix for toggle tap dance
This commit is contained in:
parent
f10e9586df
commit
68b6de60e0
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ void qk_tap_dance_dual_role_finished (qk_tap_dance_state_t *state, void *user_da
|
||||||
if (state->count == 1) {
|
if (state->count == 1) {
|
||||||
register_code16 (pair->kc);
|
register_code16 (pair->kc);
|
||||||
} else if (state->count == 2) {
|
} else if (state->count == 2) {
|
||||||
layer_invert (pair->layer);
|
layer_move (pair->layer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue