dmc12.h 165 B

123456789
  1. // Sexy LED animation.
  2. #include "quantum.h"
  3. #define LED_INTERVAL 160
  4. #define LED_RADIUS 6
  5. void dmc12_start(uint32_t color, bool reset);
  6. void dmc12_process(void);