zmk/app/dts/behaviors/rgb_underglow.dtsi

16 lines
266 B
Plaintext
Raw Normal View History

/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
2020-07-24 20:37:00 -07:00
/ {
behaviors {
/omit-if-no-ref/ rgb_ug: behavior_rgb_underglow {
2020-07-24 20:37:00 -07:00
compatible = "zmk,behavior-rgb-underglow";
2020-07-25 12:53:42 -07:00
label = "RGB_UNDERGLOW";
#binding-cells = <2>;
2020-07-24 20:37:00 -07:00
};
};
};