Add slight delay to unicode macro

This commit is contained in:
urob 2022-09-06 20:18:42 -04:00
parent 275440adf0
commit c2ca2164ba

View file

@ -119,10 +119,10 @@
name: name { \ name: name { \
compatible = "zmk,behavior-macro"; \ compatible = "zmk,behavior-macro"; \
label = ZMK_HELPER_STRINGIFY(UC_MACRO_ ## name); \ label = ZMK_HELPER_STRINGIFY(UC_MACRO_ ## name); \
wait-ms = <0>; \ wait-ms = <1>; \
tap-ms = <0>; \ tap-ms = <0>; \
#binding-cells = <0>; \ #binding-cells = <0>; \
bindings = <OS_UNICODE_LEAD>, <&macro_tap unicode_bindings>, <OS_UNICODE_TRAIL>; \ bindings = <OS_UNICODE_LEAD>, <&macro_wait_time 0>, <&macro_tap unicode_bindings>, <OS_UNICODE_TRAIL>; \
}; \ }; \
}; \ }; \
}; };