47f873b038
* GATT characteristic allowing passng data + behavior label to invoke the behavior on the peripheral side. * Behaviors have a locality setting to specify where they run. * Build reset/power/RGB on peripheral.
15 lines
259 B
Text
15 lines
259 B
Text
/*
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
/ {
|
|
behaviors {
|
|
/omit-if-no-ref/ rgb_ug: behavior_rgb_underglow {
|
|
compatible = "zmk,behavior-rgb-underglow";
|
|
label = "RGB_UG";
|
|
#binding-cells = <2>;
|
|
};
|
|
};
|
|
};
|