ADB to USB keyboard converter
This commit is contained in:
parent
1f5cd6d7dc
commit
56e098d76e
8 changed files with 809 additions and 0 deletions
19
adb/README
Normal file
19
adb/README
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
ADB to USB keyboard converter
|
||||
=============================
|
||||
|
||||
This firmware converts ADB keyboard protocol to USB.
|
||||
|
||||
Build
|
||||
-----
|
||||
0. Connect ADB keyboard to Teensy by 3 lines(Vcc, GND, Data).
|
||||
PSW line is optional. See ADB.txt for details.
|
||||
1. Define following macros for ADB connection in config.h:
|
||||
ADB_PORT
|
||||
ADB_PIN
|
||||
ADB_DDR
|
||||
ADB_DATA_BIT
|
||||
ADB_PSW_BIT
|
||||
2. make
|
||||
3. program Teensy.
|
||||
|
||||
EOF
|
||||
Loading…
Add table
Add a link
Reference in a new issue