You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
165 B

  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);