zmk/app/dts/behaviors/soft_poweroff.dtsi
2023-05-10 16:35:26 +08:00

24 lines
569 B
Text

/*
* Copyright (c) 2023 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include <dt-bindings/zmk/soft_poweroff.h>
/ {
behaviors {
/omit-if-no-ref/ soft_poweroff: behavior_soft_poweroff {
compatible = "zmk,behavior-soft-poweroff";
label = "SOFT_POWEROFF";
#binding-cells = <0>;
};
/omit-if-no-ref/ sleep: behavior_sleep {
compatible = "zmk,behavior-soft-poweroff";
label = "SLEEP";
type = <SLEEP>;
#binding-cells = <0>;
};
};
};