Skip to content

Commit

Permalink
feat: add slash/backslash to keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Aug 6, 2024
1 parent 2cb8b0a commit c21561a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ZMK_LAYER(Symbols,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
&kp HASH &kp AT &kp LBRAC &kp RBRAC &kp PLUS XXX &kp TILDS &GRA &kp DLLR XXX
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
&kp SLSH &dash_tilde &kp LPAR &hml SL RPAR &kp EQUAL &CAR &kp QUEST &kp EXCL &kp AMPS &kp PIP
&slsh_bslsh &dash_tilde &kp LPAR &hml SL RPAR &kp EQUAL &CAR &kp QUEST &kp EXCL &kp AMPS &kp PIP
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
&kp STAR &kp PRCNT &kp LBKET &kp RBKET &kp UNDER XXX &kp LETHAN &kp GRTHAN &kp LAQUO &kp RAQUO
// ╰───────────┴───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┴────────────╯
Expand Down
4 changes: 2 additions & 2 deletions config/urchin.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ ZMK_LAYER(ErgoAcc,

ZMK_LAYER(Symbols,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
&kp HASH &kp AT &kp LBRAC &kp RBRAC &kp PLUS XXX &kp TILDS &GRA &kp DLLR &kp ASLSH
&kp HASH &kp AT &kp LBRAC &kp RBRAC &kp PLUS XXX &kp TILDS &GRA &kp DLLR XXX
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
&kp SLSH &dash_tilde &kp LPAR &hml SL RPAR &kp EQUAL &CAR &kp QUEST &kp EXCL &kp AMPS &kp PIP
&slsh_bslsh &dash_tilde &kp LPAR &hml SL RPAR &kp EQUAL &CAR &kp QUEST &kp EXCL &kp AMPS &kp PIP
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
&kp STAR &kp PRCNT &kp LBKET &kp RBKET &kp UNDER XXX &kp LETHAN &kp GRTHAN &kp LAQUO &kp RAQUO
// ╰───────────┴───────────┴───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┴────────────┴────────────╯
Expand Down
4 changes: 1 addition & 3 deletions images/keymaps/urchin_keymap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ parse_config:
"&kp DEG": "°",
"&kp RA(RBKT)": "~",
"&kp SLSH": "/",
"&kp ASLSH": "/ iOS",
"&kp KP_SLASH": "/",
"&kp MATH_MICRO": "µ",
"&mkp RCLK": "$$material:right_click$$",
"&mkp LCLK": "$$material:left_click$$",
Expand Down
4 changes: 2 additions & 2 deletions keymap-drawer/urchin_keymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ layers:
- '~'
- '`'
- $
- / iOS
- /
- ''
- {t: /, s: \}
- {t: '-', s: '~'}
- (
- {t: ), h: SHIFT}
Expand Down

0 comments on commit c21561a

Please sign in to comment.