Skip to content

Commit 43ddc7c

Browse files
authored
added setLedState for controlling RGB
1 parent 80af026 commit 43ddc7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/led_control.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ void ledEffects(bool enable);
3434
void ledPreviewMode(bool enable);
3535
void setLedBrightness(int value);
3636
void setLedBrightnessConfig();
37+
void setLedState(bool state);
3738

3839
#else
3940
inline void blinkLed(int blinkTime = 50) {};

0 commit comments

Comments
 (0)