Skip to content

Commit

Permalink
Add required '#binding-cells = <0>;'
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetyVictor committed Apr 17, 2024
1 parent cb2bcfc commit f600361
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,38 @@
macros {
brc: brc {
compatible = "zmk,behavior-macro";
bindings = <&macro_tap &kp LBRC &kp RBRC &kp LEFT>;
bindings = <&kp LBRC &kp RBRC &kp LEFT>;
#binding-cells = <0>;
};
brk: brk {
compatible = "zmk,behavior-macro";
bindings = <&macro_tap &kp LBKT &kp RBKT &kp LEFT>;
bindings = <&kp LBKT &kp RBKT &kp LEFT>;
#binding-cells = <0>;
};
par: par {
compatible = "zmk,behavior-macro";
bindings = <&macro_tap &kp LPAR &kp RPAR &kp LEFT>;
bindings = <&kp LPAR &kp RPAR &kp LEFT>;
#binding-cells = <0>;
};
squot: squot {
compatible = "zmk,behavior-macro";
bindings = <&macro_tap &kp SQT &kp SQT &kp LEFT>;
bindings = <&kp SQT &kp SQT &kp LEFT>;
#binding-cells = <0>;
};
dquot: dquot {
compatible = "zmk,behavior-macro";
bindings = <&macro_tap &kp DQT &kp DQT &kp LEFT>;
bindings = <&kp DQT &kp DQT &kp LEFT>;
#binding-cells = <0>;
};
quest: quest {
compatible = "zmk,behavior-macro";
bindings = <&macro_tap &kp LS(LA(FSLH)) &kp QMARK &kp LEFT>;
bindings = <&kp LS(LA(FSLH)) &kp QMARK &kp LEFT>;
#binding-cells = <0>;
};
excl: excl {
compatible = "zmk,behavior-macro";
bindings = <&macro_tap &kp LA(N1) &kp EXCL &kp LEFT>;
bindings = <&kp LA(N1) &kp EXCL &kp LEFT>;
#binding-cells = <0>;
};
};
combos {
Expand Down

0 comments on commit f600361

Please sign in to comment.