Skip to content

Commit c529d5f

Browse files
committed
ff
1 parent 0d13f5b commit c529d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

miryoku/kevin_combos.dtsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
compatible = "zmk,behavior-tap-dance";
2020
#binding-cells = <0>;
2121
tapping-term-ms = <150>;
22-
bindings = <&u_lt U_NUM, ESC>, <&u_lt U_NAV, ESC>, <&u_lt U_MEDIA, ESC>;
22+
bindings = <&u_lt U_NUM ESC>, <&u_lt U_NAV ESC>, <&u_lt U_MEDIA ESC>;
2323
};
2424
tdms: td_mouse_to_sym {
2525
compatible = "zmk,behavior-tap-dance";
2626
#binding-cells = <0>;
2727
tapping-term-ms = <150>;
28-
bindings = <&u_lt U_MOUSE, TAB>, <&u_lt U_SYM, TAB>, <&u_lt U_FUN, TAB>;
28+
bindings = <&u_lt U_MOUSE TAB>, <&u_lt U_SYM TAB>, <&u_lt U_FUN TAB>;
2929
};
3030
};
3131
};

0 commit comments

Comments
 (0)