Skip to content

Combo Tap Dance? #63

Answered by urob
c2keesey asked this question in Q&A
Jun 19, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi, I'd like to create a combo tap dance to trigger &kp LG(A) on first combo tap, and &kp LG(C) on second.

You don't need the macro, HRM or combo for that. The following should do:

ZMK_BEHAVIOR(copy_all_td, tap_dance,
    tapping-term-ms = <200>;
    bindings = <&kp LG(A)>, <&kp LG(C)>;
)

You can then add &copy_all_td anywhere on your keymap or bind it to other behaviors such as combos or hold-taps.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@urob
Comment options

@c2keesey
Comment options

Answer selected by urob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants