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

Add wave effect

This commit is contained in:
2016-12-30 21:35:26 +01:00
parent 3b13f247b5
commit 4bfa9811b3
3 changed files with 213 additions and 0 deletions

View File

@@ -55,6 +55,9 @@ class Keyboard {
bool setFXColor(KeyColors colors);
bool setFXBreathing(KeyColors colors, uint8_t speed);
bool setFXColorCycle(uint8_t speed);
bool setFXHWave(uint8_t speed);
bool setFXVWave(uint8_t speed);
bool setFXCWave(uint8_t speed);
private: