mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-27 00:15:18 -05:00
10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
/ {
|
|
behaviors {
|
|
rgb_ug: behavior_rgb_underglow {
|
|
compatible = "zmk,behavior-rgb-underglow";
|
|
label = "RGB_UNDERGLOW";
|
|
#binding-cells = <1>;
|
|
};
|
|
};
|
|
};
|