smoothled.h 117 B

123456
  1. #include "quantum.h"
  2. #define SMOOTH_DURATION 160
  3. void smoothled_set(uint32_t color);
  4. void smoothled_process(void);