diff options
Diffstat (limited to 'users/anderson/smoothled.h')
-rw-r--r-- | users/anderson/smoothled.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/anderson/smoothled.h b/users/anderson/smoothled.h new file mode 100644 index 0000000000..bf4f8c1770 --- /dev/null +++ b/users/anderson/smoothled.h @@ -0,0 +1,6 @@ +#include "quantum.h" + +#define SMOOTH_DURATION 160 + +void smoothled_set(uint32_t color); +void smoothled_process(void); |