hopefully fixed pipeline

This commit is contained in:
kB01 2023-11-09 21:44:54 +01:00
parent cbf98328ab
commit 8dcd505c14

View file

@ -103,14 +103,19 @@
compatible = "zmk,behavior-macro"; compatible = "zmk,behavior-macro";
#binding-cells = <0>; #binding-cells = <0>;
bindings = bindings =
<&sk LCTRL(LG(RIGHT))>; <&macro_press>,
<&kp LCTRL &kp LGUI>,
<&macro_tap>,
<&kp RIGHT>,
<&macro_release>,
<&kp LGUI &kp LCTRL>;
label = "NAV_SPACE_NEXT"; label = "NAV_SPACE_NEXT";
}; };
nav_space_prev: nav_space_prev { nav_space_prev: nav_space_prev {
compatible = "zmk,behavior-macro"; compatible = "zmk,behavior-macro";
#binding-cells = <0>; #binding-cells = <0>;
bindings = <&sk LCTRL(LG(LEFT))>; bindings = <&sk LCTRL &sk LGUI &kp LEFT>;
label = "NAV_SPACE_PREV"; label = "NAV_SPACE_PREV";
}; };
nav_win_next: nav_win_next { nav_win_next: nav_win_next {
@ -135,8 +140,12 @@
compatible = "zmk,behavior-macro"; compatible = "zmk,behavior-macro";
#binding-cells = <0>; #binding-cells = <0>;
bindings = bindings =
<&sk LSHIFT>, <&macro_press>,
<&trans>; <&kp LSHIFT>,
<&macro_tap>,
<&trans>,
<&macro_release>,
<&kp LSHIFT>;
label = "SHIFT_TRANS"; label = "SHIFT_TRANS";
}; };