1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2026-01-06 12:56:58 +00:00

Add first shot for effect code

This commit is contained in:
2016-12-30 01:30:17 +01:00
parent c68a0f2d4f
commit 5a2bff5225
3 changed files with 88 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ class Keyboard {
bool setKeys(KeyValue keyValue[], size_t keyValueCount);
bool setAllKeys(KeyColors colors);
bool setGroupKeys(KeyGroup keyGroup, KeyColors colors);
bool setFXColor(KeyColors colors);
private: