Skip to content

Commit

Permalink
feat: add delete key
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdoah committed Sep 22, 2023
1 parent c889aaa commit 5935e1d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions config/chipper.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@
#binding-cells = <0>;
bindings = <&kp Q>, <&kp TAB>;
mods = <(MOD_LALT|MOD_RALT)>;
keep-mods: <(MOD_LALT|MOD_RALT)>;
};
sft_del: shift_delete {
compatible = "zmk,behavior-mod-morph";
label = "SHFT_DEL";
bindings = <&kp BSPC>, <&kp DEL>;
mods = <(MOD_RSFT|MOD_LSFT)>;
};
};
};
Expand All @@ -66,7 +73,7 @@
&qtab &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
&kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI
&mt LSHFT Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &mt RSHFT FSLH
&mt LALT ESC &lt LOWER TAB &mt LCTRL RET &kp SPACE &lt RAISE BSPC &kp RGUI
&mt LALT ESC &lt LOWER TAB &mt LCTRL RET &kp SPACE &lt RAISE &sft_del &kp RGUI
>;
label = "Base";
};
Expand All @@ -86,7 +93,7 @@

bindings = <
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10
&kp F11 &kp F12 &none &none &none &none &none &none &none &kp BSPC
&kp F11 &kp F12 &none &none &none &none &none &none &none &sft_del
&caps_word &none &none &none &none &none &none &none &none &caps_word
&trans &trans &trans &trans &trans &trans
>;
Expand Down

0 comments on commit 5935e1d

Please sign in to comment.