mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-05-07 23:03:21 +02:00
10 lines
163 B
Devicetree
10 lines
163 B
Devicetree
/ {
|
|
behaviors {
|
|
ext_power: behavior_ext_power {
|
|
compatible = "zmk,behavior-ext-power";
|
|
label = "EXT_POWER_BEHAVIOR";
|
|
#binding-cells = <1>;
|
|
};
|
|
};
|
|
};
|