Skip to content

Commit

Permalink
fix meh macro
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonbheadley authored Oct 25, 2023
1 parent ae4d8d0 commit c7c87d5
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -118,30 +118,33 @@
label = "meh";
compatible = "zmk,behavior-macro-one-param";
#binding-cells = <1>;
wait-ms = <2>;
tap-ms = <2>;
wait-ms = <0>;
tap-ms = <0>;
bindings
= <&macro_param_1to1>, <&macro_tap &kp LS(LG(LA(MACRO_PLACEHOLDER)))>
= <&macro_press &kp LSHFT &kp LGUI &kp LALT>
<&macro_param_1to1>,
<&macro_tap &kp MACRO_PLACEHOLDER>
<&macro_release &kp LSHFT &kp LGUI &kp LALT>
;
};
the: the {
label = "mac_the";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
wait-ms = <2>;
tap-ms = <2>;
wait-ms = <0>;
tap-ms = <0>;
bindings
= <&macro_tap &kp T &kp H &kp E>
= <&kp T &kp H &kp E>
;
};
afn: afn {
label = "mac_arrow_function";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
wait-ms = <2>;
tap-ms = <2>;
wait-ms = <0>;
tap-ms = <0>;
bindings
= <&macro_tap &kp LPAR &kp RPAR &kp SPC &kp EQUAL &kp GT &kp SPC &kp LBRC>
= <&kp LPAR &kp RPAR &kp SPC &kp EQUAL &kp GT &kp SPC &kp LBRC>
;
};
};
Expand Down

0 comments on commit c7c87d5

Please sign in to comment.