aboutsummaryrefslogtreecommitdiff
path: root/DakkarColor.h
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2019-02-10 17:38:03 +0000
committerdakkar <dakkar@thenautilus.net>2019-02-10 17:38:03 +0000
commitf6b33af7a015cbab8629ac9cbb0059b2fd2d0e16 (patch)
tree850eaf76e20445d3681af43f3bf5c488d108b2ac /DakkarColor.h
parentsome color definitions (diff)
downloadkeyboardio-model01-f6b33af7a015cbab8629ac9cbb0059b2fd2d0e16.tar.gz
keyboardio-model01-f6b33af7a015cbab8629ac9cbb0059b2fd2d0e16.tar.bz2
keyboardio-model01-f6b33af7a015cbab8629ac9cbb0059b2fd2d0e16.zip
remove unused bits
and move some definitions
Diffstat (limited to 'DakkarColor.h')
-rw-r--r--DakkarColor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/DakkarColor.h b/DakkarColor.h
index 17a93cb..f7c3293 100644
--- a/DakkarColor.h
+++ b/DakkarColor.h
@@ -1,5 +1,7 @@
#pragma once
+#include "Kaleidoscope-LEDControl.h"
+
class DakkarColor: public kaleidoscope::plugin::LEDMode {
public:
typedef const cRGB (*color_function)();