Skip to content

Commit

Permalink
debug: rename u_gr combo
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Aug 4, 2024
1 parent 991f558 commit 1488ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/canadian-multilingual-standard.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define ACC_GR RA(LBKT) // `
#define ACC_TR LS(LBKT) // ¨

#define UGR &u_gr
#define UGR &u_grave_

// The following must return to the base layer after being pressed
ZMK_MACRO_ONE_PARAM(A_GR, bindings = <&kp BACKSLASH>, <&macro_param_1to1>, <&to MACRO_PLACEHOLDER>;) // À
Expand Down Expand Up @@ -79,7 +79,7 @@ ZMK_MACRO_TWO_PARAM(AGRA, bindings =
<&macro_tap &kp MACRO_PLACEHOLDER>;
)

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

0 comments on commit 1488ac5

Please sign in to comment.