feat: add sesh keybind
This commit is contained in:
parent
b64cd1bd96
commit
a8b53f73fd
1 changed files with 16 additions and 1 deletions
|
|
@ -29,6 +29,21 @@
|
|||
/ {
|
||||
|
||||
|
||||
ZMK_MACRO(sesh,
|
||||
wait-ms = <30>;
|
||||
tap-ms = <40>;
|
||||
bindings = <&kp LC(B) &kp LS(T)>;)
|
||||
|
||||
ZMK_MACRO(tas,
|
||||
wait-ms = <30>;
|
||||
tap-ms = <40>;
|
||||
bindings = <&kp LC(B) &kp LC(J)>;)
|
||||
|
||||
ZMK_MACRO(tproj,
|
||||
wait-ms = <30>;
|
||||
tap-ms = <40>;
|
||||
bindings = <&kp LC(B) &kp LC(G)>;)
|
||||
|
||||
ZMK_MACRO(tpb,
|
||||
wait-ms = <30>;
|
||||
tap-ms = <40>;
|
||||
|
|
@ -245,7 +260,7 @@
|
|||
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
|
||||
&none &none &none &none &tsnext &twprev &thumbs &twnext
|
||||
&none &none &none &none &none &tsprev &tpl &tpd &tpu &tpr
|
||||
&none &none &none &none &tcm &tp &none &none
|
||||
&none &none &none &none &tcm &tp &none &sesh
|
||||
// ╰─────────────┴─────────────┴─────────────╮ ╭─────────────┴─────────────┴─────────────╯
|
||||
&tsh &tsv &twin &tsess
|
||||
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue