Make behavior labels consistent
This commit is contained in:
parent
9dea35989c
commit
d8a75b7279
2 changed files with 12 additions and 12 deletions
|
@ -7,10 +7,10 @@
|
|||
#define UC_MACRO(NAME, UNICODE_BINDING) \
|
||||
macros { \
|
||||
NAME: NAME { \
|
||||
wait-ms = <0>; \
|
||||
tap-ms = <1>; \
|
||||
compatible = "zmk,behavior-macro"; \
|
||||
label = STRINGIFY(ZM_ ## NAME); \
|
||||
wait-ms = <0>; \
|
||||
tap-ms = <1>; \
|
||||
#binding-cells = <0>; \
|
||||
bindings = <OS_LEAD UNICODE_BINDING OS_TRAIL>; \
|
||||
}; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue