summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/d48/keymaps/anderson/lightmode.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/d48/keymaps/anderson/lightmode.h')
-rw-r--r--keyboards/handwired/d48/keymaps/anderson/lightmode.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/handwired/d48/keymaps/anderson/lightmode.h b/keyboards/handwired/d48/keymaps/anderson/lightmode.h
deleted file mode 100644
index 0c81e476bb..0000000000
--- a/keyboards/handwired/d48/keymaps/anderson/lightmode.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "smoothled.h"
-#include "dmc12.h"
-#include "quantum.h"
-
-/* Light modes */
-enum light_mode_enum { SMOOTHLED, DMC12, LIGHT_MODE_SIZE };
-typedef enum light_mode_enum light_mode_t;
-
-void set_light_mode(light_mode_t value, uint32_t color);
-void process_light_mode(void);
-void update_light_mode(uint32_t color);
-void next_light_mode(uint32_t color);