Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
532b92f493 |
@ -18,6 +18,87 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
behaviors {
|
||||||
|
td_i3_workspace: tap_dance_0 {
|
||||||
|
compatible = "zmk,behavior-tap-dance";
|
||||||
|
label = "TAP_DANCE_0";
|
||||||
|
#binding-cells = <0>;
|
||||||
|
tapping-term-ms = <160>;
|
||||||
|
bindings = <&kp LGUI>, <&sl 2>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
macros {
|
||||||
|
i3_ws_0: i3_ws_0 {
|
||||||
|
label = "ZM_i3_ws_0";
|
||||||
|
compatible = "zmk,behavior-macro";
|
||||||
|
#binding-cells = <0>;
|
||||||
|
bindings
|
||||||
|
= <&kp LGUI &kp 0>;
|
||||||
|
};
|
||||||
|
i3_ws_1: i3_ws_1 {
|
||||||
|
label = "ZM_i3_ws_1";
|
||||||
|
compatible = "zmk,behavior-macro";
|
||||||
|
#binding-cells = <0>;
|
||||||
|
bindings
|
||||||
|
= <&kp LGUI &kp 1>;
|
||||||
|
};
|
||||||
|
i3_ws_2: i3_ws_2 {
|
||||||
|
label = "ZM_i3_ws_2";
|
||||||
|
compatible = "zmk,behavior-macro";
|
||||||
|
#binding-cells = <0>;
|
||||||
|
bindings
|
||||||
|
= <&kp LGUI &kp 2>;
|
||||||
|
};
|
||||||
|
i3_ws_3: i3_ws_3 {
|
||||||
|
label = "ZM_i3_ws_3";
|
||||||
|
compatible = "zmk,behavior-macro";
|
||||||
|
#binding-cells = <0>;
|
||||||
|
bindings
|
||||||
|
= <&kp LGUI &kp 3>;
|
||||||
|
};
|
||||||
|
i3_ws_4: i3_ws_4 {
|
||||||
|
label = "ZM_i3_ws_4";
|
||||||
|
compatible = "zmk,behavior-macro";
|
||||||
|
#binding-cells = <0>;
|
||||||
|
bindings
|
||||||
|
= <&kp LGUI &kp 4>;
|
||||||
|
};
|
||||||
|
i3_ws_5: i3_ws_5 {
|
||||||
|
label = "ZM_i3_ws_5";
|
||||||
|
compatible = "zmk,behavior-macro";
|
||||||
|
#binding-cells = <0>;
|
||||||
|
bindings
|
||||||
|
= <&kp LGUI &kp 5>;
|
||||||
|
};
|
||||||
|
i3_ws_6: i3_ws_6 {
|
||||||
|
label = "ZM_i3_ws_6";
|
||||||
|
compatible = "zmk,behavior-macro";
|
||||||
|
#binding-cells = <0>;
|
||||||
|
bindings
|
||||||
|
= <&kp LGUI &kp 6>;
|
||||||
|
};
|
||||||
|
i3_ws_7: i3_ws_7 {
|
||||||
|
label = "ZM_i3_ws_7";
|
||||||
|
compatible = "zmk,behavior-macro";
|
||||||
|
#binding-cells = <0>;
|
||||||
|
bindings
|
||||||
|
= <&kp LGUI &kp 7>;
|
||||||
|
};
|
||||||
|
i3_ws_8: i3_ws_8 {
|
||||||
|
label = "ZM_i3_ws_8";
|
||||||
|
compatible = "zmk,behavior-macro";
|
||||||
|
#binding-cells = <0>;
|
||||||
|
bindings
|
||||||
|
= <&kp LGUI &kp 8>;
|
||||||
|
};
|
||||||
|
i3_ws_9: i3_ws_9 {
|
||||||
|
label = "ZM_i3_ws_9";
|
||||||
|
compatible = "zmk,behavior-macro";
|
||||||
|
#binding-cells = <0>;
|
||||||
|
bindings
|
||||||
|
= <&kp LGUI &kp 9>;
|
||||||
|
};
|
||||||
|
};
|
||||||
keymap {
|
keymap {
|
||||||
compatible = "zmk,keymap";
|
compatible = "zmk,keymap";
|
||||||
|
|
||||||
@ -26,7 +107,7 @@
|
|||||||
&kp ESC &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp LBKT
|
&kp ESC &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp LBKT
|
||||||
&sk CAPS &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
|
&sk CAPS &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
|
||||||
&sk LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &sk RSHIFT
|
&sk LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &sk RSHIFT
|
||||||
&kp LGUI &sk LCTRL &kp SPACE &kp LC(BSPC) &sk RALT &mo 1
|
&td_i3_workspace &sk LCTRL &kp SPACE &kp LC(BSPC) &sk RALT &mo 1
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -38,5 +119,13 @@
|
|||||||
&trans &trans &none &none &trans &none
|
&trans &trans &none &none &trans &none
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
i3_layer {
|
||||||
|
bindings = <
|
||||||
|
&trans &trans &trans &trans &trans &trans &trans &i3_ws_7 &i3_ws_8 &i3_ws_9 &trans &trans
|
||||||
|
&trans &trans &trans &trans &trans &trans &trans &i3_ws_4 &i3_ws_5 &i3_ws_6 &trans &trans
|
||||||
|
&trans &trans &trans &trans &trans &trans &trans &i3_ws_1 &i3_ws_2 &i3_ws_3 &trans &trans
|
||||||
|
&trans &trans &i3_ws_0 &none &trans &none
|
||||||
|
>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user