Skip to content

Commit

Permalink
debug: AGRA macro one param
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Aug 4, 2024
1 parent 829a6b4 commit 6bc2409
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions layouts/canadian-multilingual-standard.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,14 @@ ZMK_MACRO_ONE_PARAM(TREMA, bindings =
)

// ` to input
ZMK_MACRO_TWO_PARAM(AGRA, bindings =
<&kp ACC_GR>,
<&macro_wait_time 500>,
<&macro_param_2to1>,
<&macro_press &kp MACRO_PLACEHOLDER>,
ZMK_MACRO_ONE_PARAM(AGRA, bindings =
<&kp RA(LBKT)>,
<&macro_param_1to1>,
<&macro_tap &kp MACRO_PLACEHOLDER>,
<&macro_param_2to1>,
<&macro_release &kp MACRO_PLACEHOLDER>;
<&macro_tap &kp MACRO_PLACEHOLDER>;
)

ZMK_MOD_MORPH(u_grave_,
bindings = <&AGRA U 0>, <&AGRA U LSHIFT>;
bindings = <&AGRA U>, <&AGRA LS(U)>;
mods = <(MOD_LSFT|MOD_RSFT)>;
)

Expand Down

0 comments on commit 6bc2409

Please sign in to comment.