tmux stuff
This commit is contained in:
parent
97e4caf576
commit
612997bc98
1 changed files with 16 additions and 2 deletions
|
|
@ -28,6 +28,15 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
|
||||||
|
ZMK_MACRO(tsess,
|
||||||
|
wait-ms = <30>;
|
||||||
|
tap-ms = <40>;
|
||||||
|
bindings = <&kp LC(B) &kp LC(C)>;)
|
||||||
|
|
||||||
|
ZMK_MACRO(twin,
|
||||||
|
wait-ms = <30>;
|
||||||
|
tap-ms = <40>;
|
||||||
|
bindings = <&kp LC(B) &kp C>;)
|
||||||
|
|
||||||
ZMK_MACRO(twprev,
|
ZMK_MACRO(twprev,
|
||||||
wait-ms = <30>;
|
wait-ms = <30>;
|
||||||
|
|
@ -49,6 +58,11 @@
|
||||||
tap-ms = <40>;
|
tap-ms = <40>;
|
||||||
bindings = <&kp LC(B) &kp RPAR>;)
|
bindings = <&kp LC(B) &kp RPAR>;)
|
||||||
|
|
||||||
|
ZMK_MACRO(thumbs,
|
||||||
|
wait-ms = <30>;
|
||||||
|
tap-ms = <40>;
|
||||||
|
bindings = <&kp LC(B) &kp SPACE>;)
|
||||||
|
|
||||||
|
|
||||||
combos {
|
combos {
|
||||||
compatible = "zmk,combos";
|
compatible = "zmk,combos";
|
||||||
|
|
@ -163,10 +177,10 @@
|
||||||
bindings = <
|
bindings = <
|
||||||
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
|
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
|
||||||
&none &none &none &none &none &none &tsnext &none
|
&none &none &none &none &none &none &tsnext &none
|
||||||
&none &none &none &none &none &none &twprev &kp LC(B) &twnext &none
|
&none &none &none &none &none &none &twprev &thumbs &twnext &none
|
||||||
&none &none &none &none &none &tsprev &none &none
|
&none &none &none &none &none &tsprev &none &none
|
||||||
// ╰─────────────┴─────────────┴─────────────╮ ╭─────────────┴─────────────┴─────────────╯
|
// ╰─────────────┴─────────────┴─────────────╮ ╭─────────────┴─────────────┴─────────────╯
|
||||||
&trans &trans &trans &trans
|
&trans &trans &twin &tsess
|
||||||
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────
|
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue