summaryrefslogtreecommitdiff
path: root/app/dts/behaviors/rgb_underglow.dtsi
blob: 22aff93fbecfd3fc799bef10c3014df9c8588714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2020 The ZMK Contributors
 *
 * SPDX-License-Identifier: MIT
 */

/ {
	behaviors {
		rgb_ug: behavior_rgb_underglow {
			compatible = "zmk,behavior-rgb-underglow";
			label = "RGB_UNDERGLOW";
			#binding-cells = <1>;
		};
	};
};