Skip to content

Commit

Permalink
feat: add esc key
Browse files Browse the repository at this point in the history
Put esc on the base layer where Tab used to be (inner thumb, left hand), then added tab to the same key on the nav layer.
  • Loading branch information
bsag committed Mar 1, 2024
1 parent ebe37ed commit 65c3c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions config/totem.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ ZMK_BEHAVIOR(dot_inner_morph, mod_morph,
&kp Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp Y &kp APOS
&hml LCTRL A &hml LALT R &hml LGUI S &hml LSHFT T &kp G &kp M &hmr RSHFT N &hmr RGUI E &hmr LALT I &hmr RCTRL O
PTAB &kp Z &kp X &hml MEH C &hml HYP D &kp V &kp K &hmr HYP H &hmr_meh MEH 0 &dot_morph &qexcl NTAB
&lt UTIL TAB &lt NAV SPACE &sk LSHFT &kp RET &lt NUM BSPC &lt FUN DEL
&lt UTIL ESC &lt NAV SPACE &sk LSHFT &kp RET &lt NUM BSPC &lt FUN DEL
>;
};
nav_layer {
bindings = <
___ ___ ___ ___ ___ ___ &kp HOME &kp UP &kp END &kp PAGE_UP
&kp LCTRL &kp LALT &kp LGUI &kp LSHFT ___ ___ &kp LEFT &kp DOWN &kp RIGHT &kp PAGE_DOWN
BACK ___ ___ &kp MEH &kp HYP ___ ___ PWIN ___ NWIN ___ FWD
___ ___ ___ &kp RET &kp BSPC &kp DEL
&kp TAB ___ ___ &kp RET &kp BSPC &kp DEL
>;
};
num_layer {
Expand Down
8 changes: 0 additions & 8 deletions keymap.svg

This file was deleted.

0 comments on commit 65c3c53

Please sign in to comment.