zmk_mf68/app/dts/behaviors/rgb_underglow.dtsi

16 lines
249 B
Plaintext
Raw Normal View History

/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
2020-07-25 13:37:00 +10:00
/ {
behaviors {
rgb_ug: behavior_rgb_underglow {
compatible = "zmk,behavior-rgb-underglow";
2020-07-26 05:53:42 +10:00
label = "RGB_UNDERGLOW";
2020-07-25 13:37:00 +10:00
#binding-cells = <1>;
};
};
};