Skip to content

Commit

Permalink
Move del/esc to inner vertical combo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmkk3 committed Nov 13, 2023
1 parent 460e326 commit bf2c893
Show file tree
Hide file tree
Showing 3 changed files with 655 additions and 348 deletions.
4 changes: 2 additions & 2 deletions config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
rbrc { key-positions = <6 16>; bindings = <&kp RBRC>; layers = <DEF_L SYM_L NUM_L>; };

/* Convenience */
esc { key-positions = <3 4>; bindings = <&kp ESC>; };
del { key-positions = <13 14>; bindings = <&kp DEL>; };
del { key-positions = <4 14>; bindings = <&kp DEL>; };
esc { key-positions = <5 15>; bindings = <&kp ESC>; };
slall { key-positions = <20 21>; bindings = <&kp SLALL>; layers = <NAV_L>; };
};

Expand Down
Loading

0 comments on commit bf2c893

Please sign in to comment.