From f600361451b0667cc171f8e4691e8b4ba5106d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20Rico?= Date: Wed, 17 Apr 2024 23:20:45 +0200 Subject: [PATCH] Add required '#binding-cells = <0>;' --- config/corne.keymap | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/config/corne.keymap b/config/corne.keymap index fde0150..70a592e 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -22,31 +22,38 @@ macros { brc: brc { compatible = "zmk,behavior-macro"; - bindings = <¯o_tap &kp LBRC &kp RBRC &kp LEFT>; + bindings = <&kp LBRC &kp RBRC &kp LEFT>; + #binding-cells = <0>; }; brk: brk { compatible = "zmk,behavior-macro"; - bindings = <¯o_tap &kp LBKT &kp RBKT &kp LEFT>; + bindings = <&kp LBKT &kp RBKT &kp LEFT>; + #binding-cells = <0>; }; par: par { compatible = "zmk,behavior-macro"; - bindings = <¯o_tap &kp LPAR &kp RPAR &kp LEFT>; + bindings = <&kp LPAR &kp RPAR &kp LEFT>; + #binding-cells = <0>; }; squot: squot { compatible = "zmk,behavior-macro"; - bindings = <¯o_tap &kp SQT &kp SQT &kp LEFT>; + bindings = <&kp SQT &kp SQT &kp LEFT>; + #binding-cells = <0>; }; dquot: dquot { compatible = "zmk,behavior-macro"; - bindings = <¯o_tap &kp DQT &kp DQT &kp LEFT>; + bindings = <&kp DQT &kp DQT &kp LEFT>; + #binding-cells = <0>; }; quest: quest { compatible = "zmk,behavior-macro"; - bindings = <¯o_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 = <¯o_tap &kp LA(N1) &kp EXCL &kp LEFT>; + bindings = <&kp LA(N1) &kp EXCL &kp LEFT>; + #binding-cells = <0>; }; }; combos {