Update nodefree repo

This commit is contained in:
urob 2022-07-15 10:29:37 -04:00
parent 233d5b781d
commit f2831b45a5
3 changed files with 105 additions and 35 deletions

View file

@ -62,6 +62,19 @@
}; \
};
/* ZMK_CONDITIONAL_LAYERS */
#define ZMK_CONDITIONAL_LAYERS(if_layers, then_layer) \
/ { \
conditional_layers { \
compatible = "zmk,conditional-layers"; \
tri_layer { \
if-layers = <if_layers>; \
then-layer = <then_layer>; \
}; \
}; \
};
/* ZMK_UNICODE */
#if !defined OS_UNICODE_LEAD