Skip to content

Commit

Permalink
add bs/del and _/- mod-morphs to the thumb clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jamsek committed Jan 2, 2024
1 parent 8a92995 commit 7cfad95
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,20 @@
bindings = <&kp RIGHT_PARENTHESIS>, <&kp RIGHT>;
mods = <(MOD_LSFT|MOD_RSFT)>;
};
uscorehyp: uscorehyp {
compatible = "zmk,behavior-mod-morph";
label = "uscorehyp";
#binding-cells = <0>;
bindings = <&kp UNDERSCORE>, <&kp MINUS>;
mods = <(MOD_LCTL|MOD_LSFT|MOD_RCTL|MOD_RSFT)>;
};
bsdel: bsdel {
compatible = "zmk,behavior-mod-morph";
label = "bsdel";
#binding-cells = <0>;
bindings = <&kp BSPC>, <&kp DEL>;
mods = <(MOD_LCTL|MOD_LSFT|MOD_RCTL|MOD_RSFT)>;
};
sc0: shift_caps_0 {
compatible = "zmk,behavior-tap-dance";
label = "sc0";
Expand All @@ -89,7 +103,7 @@
&kp ESC &kp Q &kp W &kp E &kp R &kp T &none &none &kp Y &kp U &kp I &kp O &kp P &kp BSLH
&kp TAB &kp A &kp S &kp D &kp F &kp G &none &kp LCTRL &kp LALT &kp LGUI &kp RCTRL &none &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&mt LSHIFT DEL &kp Z &kp X &kp C &rpi LSHIFT V &kp B &kp FSLH &kp BSLH &kp N &rpi RSHIFT M &kp COMMA &kp DOT &kp FSLH &sc0
&mo 2 &kp GRAVE &kp CAPS &left_lparens &right_rparens &kp BSPC &lt 4 ESC &kp EQUAL &kp MINUS &kp ENTER &kp SPACE &up_lbrace &down_rbrace &kp LBKT &kp RBKT &mo 2
&mo 2 &kp GRAVE &kp CAPS &left_lparens &right_rparens &bsdel &lt 4 ESC &kp EQUAL &uscorehyp &kp ENTER &kp SPACE &up_lbrace &down_rbrace &kp LBKT &kp RBKT &mo 2
>;
};

Expand Down

0 comments on commit 7cfad95

Please sign in to comment.