zmk_mf68/app/dts/behaviors/backlight.dtsi

16 lines
249 B
Text
Raw Normal View History

2021-10-10 03:24:37 +11:00
/*
* Copyright (c) 2021 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
/omit-if-no-ref/ bl: behavior_backlight {
compatible = "zmk,behavior-backlight";
2021-12-20 21:00:22 +11:00
label = "BCKLGHT";
2021-12-20 20:40:19 +11:00
#binding-cells = <2>;
2021-10-10 03:24:37 +11:00
};
};
};