Skip to content

Commit

Permalink
change right swap binding
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Nov 9, 2023
1 parent aa65e06 commit daa0613
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/hillside_view.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@
tapping-term-ms = <200>;
bindings = <&sk LGUI>, <&mo 2>, <&tog 2>;
};
rswp: right_swap {
compatible = "zmk,behavior-tap-dance";
label = "RIGHT_SWAP";
#binding-cells = <0>;
tapping-term-ms = <200>;
bindings = <&sk RGUI>, <&mo 2>, <&tog 2>;
};
};

keymap {
Expand All @@ -162,7 +169,7 @@
&kp ESC &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&sk LSHFT &mt_sk LCTRL Z &mt_sk LALT X &kp C &kp V &kp B &kp N &kp M &kp COMMA &mt_sk RALT DOT &mt_sk RCTRL FSLH &sk RSHFT
&kp SPACE &kp C_MUTE
&lswp &kp SPACE &lt_qk SYM BSPC &sk LSHIFT &sk RSHIFT &lt_qk NUM DEL &kp RET &tog SWP
&lswp &kp SPACE &lt_qk SYM BSPC &sk LSHIFT &sk RSHIFT &lt_qk NUM DEL &kp RET &rswp
>;

sensor-bindings = <&inc_dec_kp PG_UP PG_DN &inc_dec_kp C_VOL_UP C_VOL_DN>;
Expand Down

0 comments on commit daa0613

Please sign in to comment.