Include the HIDAdaptor library in the examples

At some point, we want to remove the default include, so start including the
extra library in the examples.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/279/head
Gergely Nagy 7 years ago
parent 6867ff3ba8
commit 1f195636e7

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

@ -8,6 +8,7 @@
#include "Kaleidoscope-Macros.h"
#include "Kaleidoscope-LEDControl.h"
#include "Kaleidoscope-Numlock.h"
#include "Kaleidoscope-HIDAdaptor-KeyboardioHID.h"
#include "Kaleidoscope.h"
#include "LED-Off.h"

Loading…
Cancel
Save