Skip to content

Commit

Permalink
put macro param next to usage in cms macros
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Jun 27, 2023
1 parent b020298 commit 1f80919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions behaviors/canadian-multilingual-standard.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ ZMK_BEHAVIOR(TREMA, macro, bindings = // ¨
<&macro_tap &kp LBKT>,
<&macro_release &kp LSHFT>;)
ZMK_BEHAVIOR(GRAV, macro, bindings = // ` to input
<&macro_param_1to1>,
<&macro_press &kp RALT>,
<&macro_tap &kp LBKT>,
<&macro_release &kp RALT>,
<&macro_param_1to1>,
<&kp MACRO_PLACEHOLDER>;)
ZMK_BEHAVIOR(AIGU, macro, bindings = // ´ to input
<&macro_param_1to1>,
<&macro_press &kp RALT>,
<&macro_tap &kp SLASH>,
<&macro_release &kp RALT>,
<&macro_param_1to1>,
<&kp MACRO_PLACEHOLDER>;)
ZMK_BEHAVIOR(TREM, macro, bindings = // ¨ to input
<&macro_param_1to1>,
<&macro_press &kp LSHFT>,
<&macro_tap &kp LBKT>,
<&macro_release &kp LSHFT>,
<&macro_param_1to1>,
<&kp MACRO_PLACEHOLDER>;)
ZMK_BEHAVIOR(DEG, macro, bindings = // °
<&macro_press &kp RALT>,
Expand Down

0 comments on commit 1f80919

Please sign in to comment.