Skip to content

Commit

Permalink
fix combo tap dance?
Browse files Browse the repository at this point in the history
  • Loading branch information
c2keesey committed Jun 19, 2024
1 parent 1821abf commit d20f9fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ MAKE_HRM(hmr_rpar_gt, &kp, &rpar_gt, KEYS_R THUMBS) // " " " "


// copy all macro
#define HRC_ALL &hml LA(LGUI) LG(A)
ZMK_BEHAVIOR(copy_all_td, tap_dance,
tapping-term-ms = <200>;
bindings = HRC_ALL, <&kp LG(C)>;
bindings = <&kp LG(A)>, <&kp LG(C)>;
)
MAKE_HRM(hml_copy_all, &kp, &copy_all_td, KEYS_R THUMBS) // " " " "

Expand Down

0 comments on commit d20f9fd

Please sign in to comment.