Skip to content

Commit

Permalink
Rearranging order so that macro param is right next to placeholder.
Browse files Browse the repository at this point in the history
  • Loading branch information
amacleod committed Nov 1, 2024
1 parent eff64e6 commit fb1c5f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ macros {
compatible = "zmk,behavior-macro-one-param";
#binding-cells = <1>;
bindings
= <&macro_param_1to1>
, <&to QWERTY>
= <&to QWERTY>
, <&macro_param_1to1>
, <&kp MACRO_PLACEHOLDER>
;
};
Expand Down

0 comments on commit fb1c5f9

Please sign in to comment.