15 lines
249 B
Text
15 lines
249 B
Text
/*
|
|
* 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 = <2>;
|
|
};
|
|
};
|
|
};
|