15 lines
224 B
Text
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>;
|
|
};
|
|
};
|
|
};
|