summaryrefslogtreecommitdiff
path: root/adb/README
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2011-01-13 01:26:33 +0900
committertmk <nobody@nowhere>2011-01-13 01:51:59 +0900
commit56e098d76e7d2a843a66f3a6e409f1d38fe7feac (patch)
treeffbf7b0ca3ca0b8717528748a7d0f1e973584624 /adb/README
parent1f5cd6d7dcbd18f2b647631600df13a0f6d64d25 (diff)
downloadqmk_firmware-56e098d76e7d2a843a66f3a6e409f1d38fe7feac.tar.gz
qmk_firmware-56e098d76e7d2a843a66f3a6e409f1d38fe7feac.zip
ADB to USB keyboard converter
Diffstat (limited to 'adb/README')
-rw-r--r--adb/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/adb/README b/adb/README
new file mode 100644
index 0000000000..19d9f8fa1f
--- /dev/null
+++ b/adb/README
@@ -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