Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Sep 14, 2024
1 parent 54c185e commit c396b1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions config/keymap/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
sel_word: sel_word {
compatible = "zmk,behavior-tri-state";
#binding-cells = <0>;
bindings = <&sel_word_base>, <&kp LC(RIGHT)>, <&kt LSHIFT>;
bindings = <&sel_word_base>, <&kp LS(LC(RIGHT))>, <&none>;
timeout-ms = <5000>;
};
};
Expand All @@ -196,7 +196,7 @@
sel_line: sel_line {
compatible = "zmk,behavior-tri-state";
#binding-cells = <0>;
bindings = <&sel_line_base>, <&sel_line_next>, <&kt LSHIFT>;
bindings = <&sel_line_base>, <&sel_line_next>, <&none>;
timeout-ms = <5000>;
};
};
Expand Down
8 changes: 3 additions & 5 deletions config/keymap/macros.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
tap-ms = <1>;
bindings
= <&kp LC(RIGHT)>
, <&kt LSHIFT>
, <&kp LC(LEFT)>;
)

Expand All @@ -39,16 +38,15 @@
tap-ms = <1>;
bindings
= <&kp HOME>
, <&kt LSHIFT>
, <&kp END>;
, <&kp LS(END)>;
)

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

ZMK_MACRO1(bts,
Expand Down

0 comments on commit c396b1f

Please sign in to comment.