Skip to content

Commit

Permalink
Fix macro timings
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Sep 14, 2024
1 parent fa982ae commit ff06bb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/keymap/macros.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,26 @@
)

ZMK_MACRO(sel_word_base,
wait-ms = <1>;
tap-ms = <1>;
bindings
= <&kp LC(RIGHT)>
, <&kp LC(LEFT)>
, <&kt LSHIFT>;
)

ZMK_MACRO(sel_line_base,
wait-ms = <1>;
tap-ms = <1>;
bindings
= <&kp HOME>
, <&kt LSHIFT>
, <&kp END>;
)

ZMK_MACRO(sel_line_next,
wait-ms = <1>;
tap-ms = <1>;
bindings
= <&kp DOWN>
, <&kp HOME>;
Expand Down

0 comments on commit ff06bb5

Please sign in to comment.