mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-08 11:20:43 -04:00
Add Adalight protocol support to LED Strip controller
This commit is contained in:
1 parent
524fefc7d5
commit
48125a38a2
2 files changed
+58
No files matched your search
@@ -57,6 +57,7 @@ public:
|
||||
void SetLEDs(std::vector<RGBColor> colors);
|
||||
|
||||
void SetLEDsKeyboardVisualizer(std::vector<RGBColor> colors);
|
||||
void SetLEDsAdalight(std::vector<RGBColor> colors);
|
||||
void SetLEDsTPM2(std::vector<RGBColor> colors);
|
||||
|
||||
int num_leds;
|
||||
|
||||
Reference in new issue
Block a user