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 <algernon@keyboard.io>
pull/286/head
Gergely Nagy 7 years ago
parent 086b16f4df
commit 93880767fb

@ -18,7 +18,6 @@
*/
#include "Kaleidoscope.h"
#include "Kaleidoscope-HIDAdaptor-KeyboardioHID.h"
#include "Kaleidoscope-HostOS.h"
#include "Kaleidoscope/HostOS-select.h"

@ -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"

@ -2,8 +2,6 @@
#include <Arduino.h>
#include "Kaleidoscope-HIDAdaptor-KeyboardioHID.h"
//end of add your includes here
#ifdef __cplusplus
extern "C" {

Loading…
Cancel
Save