Merge pull request #286 from keyboardio/f/hid-adaptor/hardware-tied

Drop the HIDAdaptor includes
pull/306/head
Gergely Nagy 7 years ago committed by GitHub
commit 04d5790aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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