Pull in the KeyboardioHID HIDAdaptor library

Instead of pulling it in from the user sketch, do so from the hardware plugin.
The hardware and the adaptor are in close relationship anyway, and with
tweakable knobs, we do not need to use a different adaptor library in advanced
cases, either.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/365/head
Gergely Nagy 7 years ago
parent c126e1b27b
commit ac38d7241d

@ -3,6 +3,7 @@
#include <Arduino.h>
#define HARDWARE_IMPLEMENTATION Model01
#include "Kaleidoscope-HIDAdaptor-KeyboardioHID.h"
#include "KeyboardioScanner.h"
#define COLS 16

Loading…
Cancel
Save