Skip to content

Commit

Permalink
fix: tilde and acute must return to base layer
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Oct 29, 2024
1 parent 501b580 commit d291dea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/urchin.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ZMK_LAYER(Colemak,

ZMK_LAYER(ColeAcc,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
&DTILD &ACUTE &E_TR COL XXX XXX XXX &I_TR COL &O_TR COL &U_TR COL &KPT ACC_TR COL
&KPT ACC_TI COL &KPT ACC_AC COL &E_TR COL XXX XXX XXX &I_TR COL &O_TR COL &U_TR COL &KPT ACC_TR COL
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
&A_GR COL &E_CI COL &E_CU COL &hrmeg SL COL XXX XXX &hrmic SL COL &O_CI COL &U_CI COL &KPT ACC_GR COL
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
Expand Down
4 changes: 2 additions & 2 deletions layouts/canadian-multilingual-standard.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
#define QUEST LS(N6) // ?
#define PIP RA(GRAVE) // |
#define TILDS RA(RBKT) // ~
#define DTILD RC(RBKT) // ~ dead
#define ACUTE RC(SEMI) // ´ dead
#define LETHAN RA(COMMA) //
#define GRTHAN RA(DOT) //
#define ACC_AC RC(SEMI) // ´
#define ACC_AI RA(SLASH) // ´
#define ACC_CI LBKT // ^
#define ACC_GR RA(LBKT) // `
#define ACC_TI RC(RBKT) // ~
#define ACC_TR LS(LBKT) // ¨
#define INV_QUEST RC(LS(MINUS)) // ¿
#define INV_EXCL RC(LS(N1)) // ¡
Expand Down

0 comments on commit d291dea

Please sign in to comment.