diff --git a/config/corne.keymap b/config/corne.keymap index 889e4f0..67bd7df 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -12,56 +12,47 @@ / { macros { - fivethreeone: new_macro { + threefiveseven: threefiveseven { compatible = "zmk,behavior-macro"; #binding-cells = <0>; - bindings = - <¯o_tap_time 45>, - <&kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1 &kp N5 &kp N3 &kp N1>; - - label = "NEW_MACRO"; + bindings = <&kp N3 &kp N5 &kp N1 &kp N3 &kp N5 &kp N1 &kp N3 &kp N5 &kp N1 &threefiveseven>; + label = "THREEFIVESEVEN"; + wait-ms = <65>; }; - xtwo: new_macro { + xtwo: xtwo { compatible = "zmk,behavior-macro"; #binding-cells = <0>; - bindings = <&fivethreeone &fivethreeone>; - label = "NEW_MACRO"; + bindings = <&threefiveseven &threefiveseven &threefiveseven &threefiveseven &threefiveseven &threefiveseven>; + label = "XTWO"; }; xfour: xfour { compatible = "zmk,behavior-macro"; #binding-cells = <0>; - bindings = <&xtwo &xtwo>; + bindings = <&xtwo &xtwo &xtwo &xtwo &xtwo &xtwo>; label = "XFOUR"; }; - xeight: xeight { + xsix: xsix { compatible = "zmk,behavior-macro"; #binding-cells = <0>; - bindings = <&xfour &xfour>; - label = "XEIGHT"; + bindings = <&xfour &xfour &xfour &xfour &xfour &xfour>; + label = "XSIX"; }; - xsixteen: xsixteen { - compatible = "zmk,behavior-macro"; - #binding-cells = <0>; - bindings = <&xeight &xeight>; - label = "XSIXTEEN"; - }; - - xthirtytwo: xthirtytwo { + xeight: xeight { compatible = "zmk,behavior-macro"; #binding-cells = <0>; - bindings = <&xsixteen &xsixteen>; - label = "XTHIRTYTWO"; + bindings = <&xsix &xsix &xsix &xsix &xsix &xsix>; + label = "XEIGHT"; }; - xsixtyfour: xsixtyfour { + xsixteen: xsixteen { compatible = "zmk,behavior-macro"; #binding-cells = <0>; - bindings = <&xthirtytwo &xthirtytwo>; - label = "XSIXTYFOUR"; + bindings = <&xeight &xeight &xeight &xeight &xeight &xeight>; + label = "XSIXTEEN"; }; };