Skip to content

Commit 2f7e494

Browse files
committed
fix combos
1 parent 58300b1 commit 2f7e494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

miryoku/kevin_combos.dtsi

Lines changed: 2 additions & 2 deletions
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)