mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-02-04 19:35:47 +00:00
7 lines
117 B
C
7 lines
117 B
C
|
|
#include "quantum.h"
|
||
|
|
|
||
|
|
#define SMOOTH_DURATION 160
|
||
|
|
|
||
|
|
void smoothled_set(uint32_t color);
|
||
|
|
void smoothled_process(void);
|