]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
added note about external pull resistor on DATA line.
authortmk <nobody@nowhere>
Sun, 13 Feb 2011 14:02:08 +0000 (23:02 +0900)
committertmk <nobody@nowhere>
Sun, 13 Feb 2011 14:02:08 +0000 (23:02 +0900)
adb/README

index d6c9ec9aa46ae658c7c60277d734fcaf7f577ea5..b4bd35bb338bf5e2193efe9fc5c21888ec9c4c18 100644 (file)
@@ -8,6 +8,10 @@ This firmware converts ADB keyboard protocol to USB.
 Build
 -----
 0. Connect ADB keyboard to Teensy by 3 lines(Vcc, GND, Data).
+   You need a external pull-up resistor on DATA line in most case,
+   in particular when you want to use a long or coiled cable.
+   This converter uses AVR's internal pull-up, but it seems to be too weak.
+   The external pull-up resistor is strongly recommended.
    PSW line is optional. See ADB.txt for details.
 1. Define following macros for ADB connection in config.h:
    ADB_PORT