fix: Ensure power and underglow behaviors built.
* Remove `/omit-if-no-ref/` from the behavior nodes.
This commit is contained in:
parent
ce3471d4fe
commit
e8540f17fc
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
/ {
|
||||
behaviors {
|
||||
/omit-if-no-ref/ ext_power: behavior_ext_power {
|
||||
ext_power: behavior_ext_power {
|
||||
compatible = "zmk,behavior-ext-power";
|
||||
label = "EXTPOWER";
|
||||
#binding-cells = <1>;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
/ {
|
||||
behaviors {
|
||||
/omit-if-no-ref/ rgb_ug: behavior_rgb_underglow {
|
||||
rgb_ug: behavior_rgb_underglow {
|
||||
compatible = "zmk,behavior-rgb-underglow";
|
||||
label = "RGB_UG";
|
||||
#binding-cells = <2>;
|
||||
|
|
Loading…
Reference in a new issue