New behavior for ext power control

This commit is contained in:
Mega Mind
2020-10-10 09:29:07 +08:00
parent d0c6310434
commit b5e1c8a7ad
7 changed files with 98 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
/ {
behaviors {
ext_power: behavior_ext_power {
compatible = "zmk,behavior-ext-power";
label = "EXT_POWER_BEHAVIOR";
#binding-cells = <2>;
};
};
};