Skip to content

Commit

Permalink
Add backspace to Number layer
Browse files Browse the repository at this point in the history
  • Loading branch information
proostas committed Feb 1, 2024
1 parent d0de476 commit 6b7fdeb
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 @@ -275,14 +275,14 @@
number_layer {
// ╭───────┬───────┬───────┬───────┬───────┬───────╮ ╭───────┬───────┬───────┬───────┬───────┬───────╮
// | | [ | 7 | 8 | 9 | ] | | | | | | ESC | |
// | | ; | 4 | 5 | 6 | = | | | RCTRL | RSHFT | RALT | RGUI | |
// | | ; | 4 | 5 | 6 | = | | BKSP | RCTRL | RSHFT | RALT | RGUI | |
// | | ` | 1 | 2 | 3 | \ | | | | | | | |
// ╰───────┴───────┴───────┼───────┼───────┼───────┤ ├───────┼───────┼───────┼───────────────────────╯
// | . | 0 | - | | | | |
// ╰───────┴───────┴───────╯ ╰───────┴───────┴───────╯
bindings = <
&none &kp LBKT &kp N7 &kp N8 &kp N9 &kp RBKT &none &none &none &none &kp ESC &none
&none &kp SEMI &kp N4 &kp N5 &kp N6 &kp EQUAL &none &kp RCTRL &kp RSHFT &kp RALT &kp RGUI &none
&none &kp SEMI &kp N4 &kp N5 &kp N6 &kp EQUAL &kp BSPC &kp RCTRL &kp RSHFT &kp RALT &kp RGUI &none
&none &kp GRAVE &kp N1 &kp N2 &kp N3 &kp BSLH &none &none &none &none &none &none
&kp DOT &kp N0 &kp MINUS &none &none &none
>;
Expand Down

0 comments on commit 6b7fdeb

Please sign in to comment.