Add slight delay to unicode macro
This commit is contained in:
parent
275440adf0
commit
c2ca2164ba
1 changed files with 2 additions and 2 deletions
|
@ -119,10 +119,10 @@
|
|||
name: name { \
|
||||
compatible = "zmk,behavior-macro"; \
|
||||
label = ZMK_HELPER_STRINGIFY(UC_MACRO_ ## name); \
|
||||
wait-ms = <0>; \
|
||||
wait-ms = <1>; \
|
||||
tap-ms = <0>; \
|
||||
#binding-cells = <0>; \
|
||||
bindings = <OS_UNICODE_LEAD>, <¯o_tap unicode_bindings>, <OS_UNICODE_TRAIL>; \
|
||||
bindings = <OS_UNICODE_LEAD>, <¯o_wait_time 0>, <¯o_tap unicode_bindings>, <OS_UNICODE_TRAIL>; \
|
||||
}; \
|
||||
}; \
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue