summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/ortho60/underglow.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/ortho60/underglow.h')
-rw-r--r--keyboards/handwired/ortho60/underglow.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/handwired/ortho60/underglow.h b/keyboards/handwired/ortho60/underglow.h
deleted file mode 100644
index ff1195279..000000000
--- a/keyboards/handwired/ortho60/underglow.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-
-#include "hsv2rgb.h"
-
-void set_leds_color_hsv(hsv_color color);
-void set_leds_color_rgb(rgb_color color);
-void set_led_color_hsv(hsv_color color, int pos);
-void set_led_color_rgb(rgb_color color, int pos);
-
-void leds_init(void);