Skip to content

Commit

Permalink
remove params from GRA macro
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Jan 12, 2024
1 parent f00e3c2 commit 3282d65
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions layouts/canadian-multilingual-standard.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@ ZMK_BEHAVIOR(I_CI_D, macro, bindings = <&fr_i_cf>, <&to DEF>;) // Î
ZMK_BEHAVIOR(E_CI_E, macro, bindings = <&fr_e_cf>, <&to ERG>;) // Ê

// ` directly
ZMK_BEHAVIOR(GRA, macro_one_param, bindings =
ZMK_BEHAVIOR(GRA, macro, bindings =
<&macro_press &kp RALT>,
<&macro_tap &kp LBKT &kp LBKT>,
<&macro_release &kp RALT>,
<&macro_param_1to1>,
<&to MACRO_PLACEHOLDER>;
<&macro_release &kp RALT>;
)

// ^ directly
Expand Down

0 comments on commit 3282d65

Please sign in to comment.