From 6e0779b61b45ac32433c32363ad08d57b7763ea3 Mon Sep 17 00:00:00 2001 From: gdsports Date: Mon, 13 Aug 2018 16:26:52 -1000 Subject: [PATCH] Use patched version of Teensy 3.6 USB host library --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 011ace2..9e09353 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,13 @@ How to use this? 2. Install [Teensyduino](https://www.pjrc.com/teensy/td_download.html) package. -3. Select Board type: Teensy 3.6 and USB Type: Keyboard. Upload the sketch. +3. Use [my patched version](https://github.com/gdsports/USBHost_t36) of the PJRC USBHost_t36 library. This is required so the sketch can get the raw HID keyboard report. -4. Plug your USB keyboard to the USB Host shield +4. Select Board type: Teensy 3.6 and USB Type: Keyboard. Upload the sketch. -5. Done! Happy keyboard hacking :) +5. Plug your USB keyboard to the USB Host shield + +6. Done! Happy keyboard hacking :) ### Leonardo or Teensy 2 1. Stack the USB Host Shield on top of Arduino Leonardo, for Teensy, soldering work is required, you may refer to [this page](http://forum.colemak.com/viewtopic.php?id=1561)