diff options
author | Mega Mind <[email protected]> | 2020-10-10 09:29:07 +0800 |
---|---|---|
committer | Mega Mind <[email protected]> | 2020-10-12 23:42:01 +0800 |
commit | b5e1c8a7addc186d0bd542082482157ffb2d1f5a (patch) | |
tree | e750f040dfe2e2cb565155cd9fa31affad6312b3 /app/dts/behaviors.dtsi | |
parent | d0c6310434e168152c998a3a17230dda7ecedd93 (diff) | |
download | zmk-b5e1c8a7addc186d0bd542082482157ffb2d1f5a.tar.gz zmk-b5e1c8a7addc186d0bd542082482157ffb2d1f5a.zip |
New behavior for ext power control
Diffstat (limited to 'app/dts/behaviors.dtsi')
-rw-r--r-- | app/dts/behaviors.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/dts/behaviors.dtsi b/app/dts/behaviors.dtsi index 202202b42f..36c918cf41 100644 --- a/app/dts/behaviors.dtsi +++ b/app/dts/behaviors.dtsi @@ -8,4 +8,5 @@ #include <behaviors/reset.dtsi> #include <behaviors/sensor_rotate_key_press.dtsi> #include <behaviors/rgb_underglow.dtsi> -#include <behaviors/bluetooth.dtsi>
\ No newline at end of file +#include <behaviors/bluetooth.dtsi> +#include <behaviors/ext_power.dtsi> |