Skip to content

Commit

Permalink
Add bspc_del mod morph
Browse files Browse the repository at this point in the history
  • Loading branch information
Promytheos committed Sep 22, 2024
1 parent a45e854 commit 5038f64
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion boards/shields/vortex_corne/vortex_corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
flavor = "tap-preferred";
};

/ {
behaviors {
bspc_del: backspace_delete {
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
bindings = <&kp BACKSPACE>, <&kp DELETE>;
mods = <(MOD_LSFT|MOD_RSFT)>;
keep-mods = <(MOD_RSFT)>;
};
};
};
/ {
keymap {
compatible = "zmk,keymap";
Expand All @@ -32,7 +43,7 @@
&kp ESC &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp MINUS
&kp TAB &mt LGUI A &mt LALT S &mt LSHFT D &mt LCTRL F &kp G &kp H &mt RCTRL J &mt RSHFT K &mt RALT L &mt RGUI SEMI &kp SQT
&to GAMING &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp BSLH
&mo SYMBOL &mo NUMBER &kp RET &kp SPACE &kp BSPC &mo FUNCTION
&mo SYMBOL &mo NUMBER &kp RET &kp SPACE &bspc_del &mo FUNCTION
>;
};
number_layer {
Expand Down

0 comments on commit 5038f64

Please sign in to comment.