2020-11-11 13:10:29 -08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*/
|
|
|
|
|
2020-07-24 20:37:00 -07:00
|
|
|
/ {
|
2023-04-22 21:25:56 -07:00
|
|
|
behaviors {
|
2023-11-17 22:47:01 -08:00
|
|
|
// Behavior can be invoked on peripherals, so name must be <= 8 characters.
|
|
|
|
rgb_ug: rgb_ug {
|
2023-04-22 21:25:56 -07:00
|
|
|
compatible = "zmk,behavior-rgb-underglow";
|
|
|
|
#binding-cells = <2>;
|
|
|
|
};
|
|
|
|
};
|
2020-07-24 20:37:00 -07:00
|
|
|
};
|