* Move to explicit enable of `ZMK_PM_SOFT_OFF` to turn on the feature and use the behaviors, which matches how other features work, and helps with split and testing schemes.
15 lines
288 B
Text
15 lines
288 B
Text
/*
|
|
* Copyright (c) 2023 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
/ {
|
|
behaviors {
|
|
/omit-if-no-ref/ soft_off: soft_off {
|
|
compatible = "zmk,behavior-soft-off";
|
|
label = "SOFTOFF";
|
|
#binding-cells = <0>;
|
|
};
|
|
};
|
|
};
|