From 93880767fbedbc87cb4e29081ba1e451eb3539e9 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sun, 4 Feb 2018 15:35:39 +0100 Subject: [PATCH] Drop the HIDAdaptor includes We are moving towards including the Adaptor from the Hardware library, so we need not pull them in from user sketches (or from core). Signed-off-by: Gergely Nagy --- examples/AppSwitcher/AppSwitcher.ino | 1 - examples/Kaleidoscope/Kaleidoscope.ino | 1 - src/Kaleidoscope.h | 2 -- 3 files changed, 4 deletions(-) diff --git a/examples/AppSwitcher/AppSwitcher.ino b/examples/AppSwitcher/AppSwitcher.ino index 22fd6114..7303cc33 100644 --- a/examples/AppSwitcher/AppSwitcher.ino +++ b/examples/AppSwitcher/AppSwitcher.ino @@ -18,7 +18,6 @@ */ #include "Kaleidoscope.h" -#include "Kaleidoscope-HIDAdaptor-KeyboardioHID.h" #include "Kaleidoscope-HostOS.h" #include "Kaleidoscope/HostOS-select.h" diff --git a/examples/Kaleidoscope/Kaleidoscope.ino b/examples/Kaleidoscope/Kaleidoscope.ino index 61c77502..e3a90086 100644 --- a/examples/Kaleidoscope/Kaleidoscope.ino +++ b/examples/Kaleidoscope/Kaleidoscope.ino @@ -8,7 +8,6 @@ #include "Kaleidoscope-Macros.h" #include "Kaleidoscope-LEDControl.h" #include "Kaleidoscope-Numlock.h" -#include "Kaleidoscope-HIDAdaptor-KeyboardioHID.h" #include "Kaleidoscope.h" #include "LED-Off.h" diff --git a/src/Kaleidoscope.h b/src/Kaleidoscope.h index 922062ed..a8e199f2 100644 --- a/src/Kaleidoscope.h +++ b/src/Kaleidoscope.h @@ -2,8 +2,6 @@ #include -#include "Kaleidoscope-HIDAdaptor-KeyboardioHID.h" - //end of add your includes here #ifdef __cplusplus extern "C" {