~ruther/qmk_firmware

ref: ef39ecd1b77feeba9cbe978c7431d0f9ce40010d qmk_firmware/users/anderson/dmc12.h -rw-r--r-- 165 bytes
ef39ecd1 — Ryan Adjust width requirement for big enter (#21470) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
// Sexy LED animation.

#include "quantum.h"

#define LED_INTERVAL 160
#define LED_RADIUS 6

void dmc12_start(uint32_t color, bool reset);
void dmc12_process(void);