and this is needed to allow building with the Teensy USB core

pull/129/head
Wez Furlong 7 years ago
parent 173a422439
commit 4e5259f424

@ -1,6 +1,6 @@
#pragma once #pragma once
#include <Arduino.h> #include <Arduino.h>
#ifdef USBCON #if defined(USBCON) && !defined(CORE_TEENSY)
#include "KeyboardioHID.h" #include "KeyboardioHID.h"
#endif #endif

Loading…
Cancel
Save