Skip to content

Commit

Permalink
Add combos for bspc, enter, tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmkk3 authored Jun 4, 2024
1 parent b299e68 commit 416ecb9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,19 @@
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>; };

bspc { key-positions = <7 8>; bindings = <&kp BSPC>; };
enter { key-positions = <16 17 18>; bindings = <&kp ENTER>; };
tab { key-positions = <11 12 13>; bindings = <&kp TAB>; };

};

keymap {
compatible = "zmk,keymap";
default_layer {
bindings = <
&kp X &kp C &kp L &kp F &kp P &kp K &kp Y &kp O &kp U &kp QUOT
&kp R &kp S &kp N &kp T &kp B &kp J &kp H &kp E &kp I &kp A
&mtl LGUI R &mtl LALT S &mtl LSHFT N &mtl LCTRL T &kp B &kp J &mtr LCTRL H &mtr LSHFT E &mtr LALT I &mtr LGUI A
&kp W &kp M &kp G &kp D &kp COMMA &kp DOT
&sl NAV_L &kp SPACE &sk LSHFT &sl SYM_L
>;
Expand Down

0 comments on commit 416ecb9

Please sign in to comment.