Skip to content

Commit

Permalink
fix: typo on CSA comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Aug 6, 2024
1 parent 59b48d7 commit 2fd6578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/canadian-multilingual-standard.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
// MOD-MORPH - lowercase / uppercase accented characters
// NOTE: Only accents accessed with a dead key on CSA need to have this mod-morph
// Otherwise the shift key will be pressed before the macro and will not be registering
// It's not required for accents with direct acces such as: à é è ç
// It's not required for accents with direct access such as: à é è ç
ZMK_MOD_MORPH(morph_a_circ, bindings = <&CIRC A>, <&CIRC LS(A)>; mods = <(MOD_LSFT|MOD_RSFT)>;) // â / Â
ZMK_MOD_MORPH(morph_e_circ, bindings = <&CIRC E>, <&CIRC LS(E)>; mods = <(MOD_LSFT|MOD_RSFT)>;) // ê / Ê
ZMK_MOD_MORPH(morph_e_trem, bindings = <&TREM E>, <&TREM LS(E)>; mods = <(MOD_LSFT|MOD_RSFT)>;) // ê / Ê
Expand Down

0 comments on commit 2fd6578

Please sign in to comment.