planck/circuit: Update after the latest tap-dance change
Fixes #653. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
This commit is contained in:
parent
8144ce8852
commit
0d9d4b8658
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ enum planck_keycodes {
|
|||
|
||||
// Tap Dance Definitions
|
||||
#ifdef TAP_DANCE_ENABLE
|
||||
const qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
[0] = ACTION_TAP_DANCE_DOUBLE(KC_LSFT, KC_CAPS)
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue