Skip to content

Commit

Permalink
Updated charybdis.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Aug 16, 2024
1 parent f434f4d commit 6ad6d13
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions config/charybdis.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,23 @@
tdtb: td_mouse_scroll {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
bindings = <&httl 9 7>, <&tog 0>;
bindings = <&httl 9 7>, <&to 0>;

label = "Trackball & Scroll";
};

tdtb2: td_slow_scroll {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
bindings = <&httl 9 8>, <&tog 0>;

label = "Scroll Slow & Base";
};

httl: ht_two_layers {
compatible = "zmk,behavior-hold-tap";
bindings = <&mo>, <&tog>;

#binding-cells = <2>;
flavor = "balanced";
tapping-term-ms = <200>;
Expand All @@ -56,11 +59,13 @@
Delete {
bindings = <&kp DELETE>;
key-positions = <8 9>;
layers = <0>;
};

CapsWord {
bindings = <&caps_word>;
key-positions = <17 18>;
layers = <0>;
};

BASE_or_EXTRAS {
Expand Down Expand Up @@ -126,10 +131,10 @@

GAME {
bindings = <
&kp N1 &kp TAB &kp Q &kp W &kp E &kp R &none &none &none &none &none &to 0
&kp N2 &kp LCTRL &kp A &kp S &kp D &kp F &none &none &none &none &none &none
&kp N3 &kp LSHFT &kp Z &kp X &kp C &kp V &none &none &none &none &none &trans
&trans &kp SPACE &kp LEFT_ALT &none &none
&kp N1 &kp TAB &kp Q &kp W &kp E &kp R &none &none &none &none &none &to 0
&kp N2 &kp LCTRL &kp A &kp S &kp D &kp F &none &none &none &none &none &none
&kp N3 &kp LSHFT &kp Z &kp X &kp C &kp V &none &none &none &none &none &trans
&trans &kp SPACE &kp LEFT_ALT &none &none
>;
};

Expand Down

0 comments on commit 6ad6d13

Please sign in to comment.