FastLED 3.9.15
Loading...
Searching...
No Matches

◆ HandleControlChange()

void HandleControlChange ( byte channel,
byte d1,
byte d2 )

Definition at line 99 of file LuminescentGrand.ino.

99 {
100 FL_UNUSED(channel);
101 keyboard.HandleControlChange(d1, d2);
102}
KeyboardState keyboard
#define FL_UNUSED(x)

References FL_UNUSED, and keyboard.

Referenced by setup().

+ Here is the caller graph for this function: