aboutsummaryrefslogtreecommitdiff
path: root/color-picker.h
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2022-09-22 17:56:35 +0100
committerdakkar <dakkar@thenautilus.net>2022-09-23 12:52:38 +0100
commitce87789bccb6554f097c7c03c16e2074c5b2160d (patch)
treed781161df411d528faafb384b7cfb0c16d1f6769 /color-picker.h
parentpreparing for Model100 & new Kaleidoscope (diff)
downloadkeyboardio-model01-ce87789bccb6554f097c7c03c16e2074c5b2160d.tar.gz
keyboardio-model01-ce87789bccb6554f097c7c03c16e2074c5b2160d.tar.bz2
keyboardio-model01-ce87789bccb6554f097c7c03c16e2074c5b2160d.zip
change names for plugins header files
Diffstat (limited to 'color-picker.h')
-rw-r--r--color-picker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/color-picker.h b/color-picker.h
index d442c79..2f44af3 100644
--- a/color-picker.h
+++ b/color-picker.h
@@ -17,9 +17,9 @@
current color to that key
*/
-#include <kaleidoscope/plugin/LEDControl.h>
+#include <Kaleidoscope-LEDControl.h>
#include <kaleidoscope/plugin/LEDControl/LEDUtils.h>
-#include <kaleidoscope/plugin/FocusSerial.h>
+#include <Kaleidoscope-FocusSerial.h>
class ColorPicker : public kaleidoscope::plugin::LEDMode {
public: