Skip to content

Commit

Permalink
Add mod tab to space
Browse files Browse the repository at this point in the history
  • Loading branch information
SofusA committed Jan 30, 2025
1 parent 05d4026 commit 303ad11
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion config/boards/shields/sweeple/sweeple.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
};

behaviors {
htt: hold_tap_tap_preferred {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
tapping-term-ms = <150>;
quick-tap-ms = <0>;
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
};

htl: hold_tap_leader {
label = "leader_hold_tap";
compatible = "zmk,behavior-hold-tap";
Expand Down Expand Up @@ -100,7 +109,7 @@
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
&kp Z &kp V &kp C &kp D &kp X &kp Q &kp H &kp K &kp B &kp J
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
&kp SPACE &lt 4 ESC &htl 3 1 &kp BSPC
&htt LSHIFT SPACE &lt 4 ESC &htl 3 1 &kp BSPC
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
>;
};
Expand Down

0 comments on commit 303ad11

Please sign in to comment.