Skip to content

Commit

Permalink
Update macros.dtsi
Browse files Browse the repository at this point in the history
  • Loading branch information
dkindlund authored Oct 3, 2024
1 parent dcade0b commit 12cdd14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/macros.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ macro_macro_cltab_rt: macro_macro_cltab_rt{
compatible = "zmk,behavior-macro";
label = "macro_macro_cltab_rt";
#binding-cells = <0>;
bindings = <&sk LEFT_SHIFT>, <&kp LEFT_ALT>, <&kp R>;
bindings = <&kp LEFT_SHIFT(LEFT_ALT(R))>;
};
macro_quotes: macro_quotes{
compatible = "zmk,behavior-macro";
Expand Down Expand Up @@ -39,4 +39,4 @@ compatible = "zmk,behavior-macro";
label = "macro_kinesis";
#binding-cells = <0>;
bindings = <&kp LS(K)>, <&kp I>, <&kp N>, <&kp E>, <&kp S>, <&kp I>, <&kp S>;
};
};

0 comments on commit 12cdd14

Please sign in to comment.