zmk/app/dts/behaviors/sleep.dtsi

15 lines
224 B
Text

/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
sleep: behavior_sleep {
compatible = "zmk,behavior-sleep";
label = "SLEEP";
#binding-cells = <0>;
};
};
};