]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - adb/README
ADB to USB keyboard converter
[max/tmk_keyboard.git] / adb / README
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