Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 767B

12345678910111213141516171819202122232425262728
  1. USB HID protocol
  2. ================
  3. Host side of USB HID keyboard protocol implementation.
  4. Only standard HID Boot mode is supported at this time. This means most of normal keyboards are supported while proprietary >6KRO and NKRO is not.
  5. Third party Libraries
  6. ---------------------
  7. USB_Host_Shield_2.0
  8. Circuits@Home repository is git-submoduled. Do git submodule init & update to get the content.
  9. https://github.com/felis/USB_Host_Shield_2.0
  10. arduino-1.0.1
  11. Arduino files copied from:
  12. https://github.com/arduino/Arduino/hardware/arduino/{cores,variants}
  13. Test build
  14. ----------
  15. In test directory;
  16. $ make
  17. $ DEV=/dev/ttyACM0 make program
  18. You can see HID keyboard reports on debug output.
  19. Restriction and Bug
  20. -------------------
  21. Not statble yet.