Skip to content

Commit

Permalink
&thumb_shift
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Nov 6, 2024
1 parent 4d1fd8d commit 1ffdf69
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,14 @@

mods = <(MOD_LCTL)>;
};

thumb_shift: thumb_shift { // Allows for shift+space for scrolling up with the left hand on the keyboard and the right one on the mouse
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
bindings = <&kp RSHFT>, <&kp SPACE>;

mods = <(MOD_LSHFT)>;
};

swapper: swapper_for_apple_cmd_tab {
compatible = "zmk,behavior-tri-state"; // requires tri-state module (https://github.com/urob/zmk-tri-state)
Expand Down Expand Up @@ -251,7 +259,7 @@
&kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
&hrml LCTRL A &hrml LALT S &hrml LSHFT D &hrml LGUI F &hrml GLOBE G &hrmr GLOBE H &hrmr RGUI J &hrmr LSHFT K &hrmr RALT L &hrmr RCTRL SQT
&hrml GLOBE Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp SEMI
&lc NAV &kp RSHFT &kp SPACE &lc SYM
&lc NAV &thumb_shift &kp SPACE &lc SYM
>;
};

Expand All @@ -260,7 +268,7 @@
&kp Q &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 SQT
&kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp SEMI
&lc NAV &kp RSHFT &kp SPACE &lc SYM
&lc NAV &thumb_shift &kp SPACE &lc SYM
>;
};

Expand Down

0 comments on commit 1ffdf69

Please sign in to comment.