Update nodefree repo
This commit is contained in:
parent
233d5b781d
commit
f2831b45a5
3 changed files with 105 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue