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 14, 2024
1 parent 95c8c62 commit 9533564
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions config/charybdis.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <dt-bindings/zmk/mouse.h>
#include <dt-bindings/zmk/outputs.h>


/ {
chosen { zmk,matrix_transform = &default_transform; };
};
Expand Down Expand Up @@ -45,6 +44,12 @@
flavor = "balanced";
};

btb: baktobase {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
bindings = <&mo 7>, <&to 0>;
};

combos {
compatible = "zmk,combos";

Expand All @@ -62,6 +67,11 @@
bindings = <&mo 7>;
key-positions = <38 39>;
};

L0_or_L7 {
bindings = <&btb>;
key-positions = <38 39>;
};
};

macros {
Expand Down Expand Up @@ -90,8 +100,8 @@
bindings = <
&kp C_AC_SEARCH &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &to 5
&hm LG(E) TAB &hm LEFT_GUI A &hm LEFT_ALT S &hm LCTRL D &hm LEFT_SHIFT F &kp G &kp H &hm LEFT_SHIFT J &hm RCTRL K &hm RIGHT_ALT L &hm LEFT_META SEMICOLON &kp DEL
&kp LA(LC(T)) &kp Z &mt LC(LA(LEFT_SHIFT)) X &mt LA(LC(LG(LEFT_SHIFT))) C &kp V &kp B &kp N &kp M &mt LA(LC(LG(LEFT_SHIFT))) COMMA &mt LC(LA(LEFT_SHIFT)) PERIOD &kp FSLH &back2base 0 6
&td_trackball 9 8 &lt 1 BACKSPACE &lt 2 ESCAPE &lt 4 RETURN &lt 3 SPACE
&kp LA(LC(T)) &kp Z &mt LC(LA(LEFT_SHIFT)) X &mt LA(LC(LG(LEFT_SHIFT))) C &kp V &kp B &kp N &kp M &mt LA(LC(LG(LEFT_SHIFT))) COMMA &mt LC(LA(LEFT_SHIFT)) PERIOD &kp FSLH &to 5
&none &lt 1 BACKSPACE &lt 2 ESCAPE &lt 4 RETURN &lt 3 SPACE
>;
};

Expand Down

0 comments on commit 9533564

Please sign in to comment.