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 395B

12345678910111213141516171819
  1. ADB to USB keyboard converter
  2. =============================
  3. This firmware converts ADB keyboard protocol to USB.
  4. Build
  5. -----
  6. 0. Connect ADB keyboard to Teensy by 3 lines(Vcc, GND, Data).
  7. PSW line is optional. See ADB.txt for details.
  8. 1. Define following macros for ADB connection in config.h:
  9. ADB_PORT
  10. ADB_PIN
  11. ADB_DDR
  12. ADB_DATA_BIT
  13. ADB_PSW_BIT
  14. 2. make
  15. 3. program Teensy.
  16. EOF