Browse Source

fix for toggle tap dance

pull/1711/head 0.5.123
Ptomerty 6 years ago
committed by Jack Humbert
parent
commit
68b6de60e0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      quantum/process_keycode/process_tap_dance.c

+ 1
- 1
quantum/process_keycode/process_tap_dance.c View File

@ -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);
}
}


Loading…
Cancel
Save