Make behavior labels consistent

This commit is contained in:
urob 2022-07-11 16:08:37 -04:00
parent 9dea35989c
commit d8a75b7279
2 changed files with 12 additions and 12 deletions

View file

@ -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>; \
}; \