Initial RGB Underglow implementation

This commit is contained in:
Nick
2020-07-24 22:37:00 -05:00
parent bb09707bd2
commit ca569c8143
8 changed files with 355 additions and 41 deletions

View File

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