summaryrefslogtreecommitdiff
path: root/users/anderson/dmc12.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/anderson/dmc12.h')
-rw-r--r--users/anderson/dmc12.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/users/anderson/dmc12.h b/users/anderson/dmc12.h
deleted file mode 100644
index 6b2bf94a51..0000000000
--- a/users/anderson/dmc12.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// 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);