* New soft-off behavior that can be used to force the device into soft-off state with only certain configured wakeup devices.
14 lines
240 B
Text
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>;
|
|
};
|
|
};
|
|
};
|