e8540f17fc
* Remove `/omit-if-no-ref/` from the behavior nodes.
15 lines
239 B
Text
15 lines
239 B
Text
/*
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
/ {
|
|
behaviors {
|
|
ext_power: behavior_ext_power {
|
|
compatible = "zmk,behavior-ext-power";
|
|
label = "EXTPOWER";
|
|
#binding-cells = <1>;
|
|
};
|
|
};
|
|
};
|