diff options
Diffstat (limited to 'adb/README')
| -rw-r--r-- | adb/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/adb/README b/adb/README new file mode 100644 index 000000000..19d9f8fa1 --- /dev/null +++ b/adb/README | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | ADB to USB keyboard converter | ||
| 2 | ============================= | ||
| 3 | |||
| 4 | This firmware converts ADB keyboard protocol to USB. | ||
| 5 | |||
| 6 | Build | ||
| 7 | ----- | ||
| 8 | 0. Connect ADB keyboard to Teensy by 3 lines(Vcc, GND, Data). | ||
| 9 | PSW line is optional. See ADB.txt for details. | ||
| 10 | 1. Define following macros for ADB connection in config.h: | ||
| 11 | ADB_PORT | ||
| 12 | ADB_PIN | ||
| 13 | ADB_DDR | ||
| 14 | ADB_DATA_BIT | ||
| 15 | ADB_PSW_BIT | ||
| 16 | 2. make | ||
| 17 | 3. program Teensy. | ||
| 18 | |||
| 19 | EOF | ||
