Skip to content

Commit

Permalink
add caret and grave to symbol layer
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Jun 27, 2023
1 parent 194e6e3 commit b020298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ ZMK_LAYER(accent,

ZMK_LAYER(symbol,
// ╭─────┬─────────────┬─────────────┬─────────────┬──────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬──────────────┬───────╮
___ &kp HASH &kp AT &LBRAC &RBRAC &kp PLUS ___ ___ ___ ___ ___ ___
___ &kp HASH &kp AT &LBRAC &RBRAC &kp PLUS ___ ___ &kp GRAVE &kp DLLR ___ ___
// ├─────┼─────────────┼─────────────┼─────────────┼──────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼──────────────┼───────┤
___ &SLSH &dash_tilde &kp LPAR &kp RPAR &kp EQUAL &kp DLLR &QUEST &kp EXCL &kp AMPS &PIP ___
___ &SLSH &dash_tilde &kp LPAR &kp RPAR &kp EQUAL &kp CARET &QUEST &kp EXCL &kp AMPS &PIP ___
// ├─────┼─────────────┼─────────────┼─────────────┼──────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼──────────────┼───────┤
___ &kp STAR &kp PRCNT &LBKET &RBKET &kp UNDER ___ &LETHAN &GRTHAN &laquo &raquo ___
// ╰─────┴─────────────┴─────────────┼─────────────┼──────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┴──────────────┴───────╯
Expand Down

0 comments on commit b020298

Please sign in to comment.