Skip to content

Commit

Permalink
Updated corne.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Nov 10, 2024
1 parent bee8b2a commit cb55cd9
Showing 1 changed file with 17 additions and 26 deletions.
43 changes: 17 additions & 26 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -12,56 +12,47 @@

/ {
macros {
fivethreeone: new_macro {
threefiveseven: threefiveseven {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings =
<&macro_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";
};
};

Expand Down

0 comments on commit cb55cd9

Please sign in to comment.