zmk/app/dts/behaviors/soft_off.dtsi
Peter Johanson b19df0cbf0 feat(behaviors): Add soft off behavior.
* New soft-off behavior that can be used to force the device
  into  soft-off state with only certain configured wakeup
  devices.
2024-03-27 20:59:26 -07:00

14 lines
240 B
Text

/*
* Copyright (c) 2023 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
soft_off: soft_off {
compatible = "zmk,behavior-soft-off";
#binding-cells = <0>;
};
};
};