Skip to content

Commit

Permalink
copy all macro tap dance
Browse files Browse the repository at this point in the history
  • Loading branch information
c2keesey committed Jun 19, 2024
1 parent d20f9fd commit 6e5f9f8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,15 @@ MAKE_HRM(hmr_rpar_gt, &kp, &rpar_gt, KEYS_R THUMBS) // " " " "


// copy all macro
ZMK_BEHAVIOR(copy_all, macro,
wait-ms = <0>;
tap-ms = <5>;
bindings = <&kp LG(A)>, <&kp LG(C)>;
)

ZMK_BEHAVIOR(copy_all_td, tap_dance,
tapping-term-ms = <200>;
bindings = <&kp LG(A)>, <&kp LG(C)>;
bindings = <&kp LG(A)>, <&copy_all>;
)
MAKE_HRM(hml_copy_all, &kp, &copy_all_td, KEYS_R THUMBS) // " " " "

Expand Down

0 comments on commit 6e5f9f8

Please sign in to comment.