summaryrefslogtreecommitdiff
path: root/converter/ibm4704_usb/README.md
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-02-11 00:37:19 +0900
committertmk <nobody@nowhere>2014-02-11 00:37:19 +0900
commit4ab0ebb199601c37b5fd542d8425247b626bac6d (patch)
tree973c4c5f4a835181ce12b0c7c4d2dfc1f7f4b423 /converter/ibm4704_usb/README.md
parent47d812bfd67c9162cd0a491717cebb191b538ba3 (diff)
Change pin configuration
Diffstat (limited to 'converter/ibm4704_usb/README.md')
-rw-r--r--converter/ibm4704_usb/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/converter/ibm4704_usb/README.md b/converter/ibm4704_usb/README.md
index 852a4448ac..6541dd6d0c 100644
--- a/converter/ibm4704_usb/README.md
+++ b/converter/ibm4704_usb/README.md
@@ -2,10 +2,12 @@ IBM 4704 to USB keyboard converter
==================================
This firmware converts IBM 4704 keyboard protocol to USB HID.
+Keyboard initialization process takes a few seconds at start up. During that you will hear buzzer from the keyboard. **You need to plug USB cable after hooking up your keyboard to the converter.**
+
4704 Connector
--------------
- Keyboard Plug from front
+Keyboard Plug from front:
DSUB-9
-------------
@@ -24,7 +26,7 @@ Connection
In case of using ATMega32U4(Teensy2.0):
1. Supply power with VCC and GND.
-2. Connect CLOCK to PD1 and DATA to PD2. You can change pin with config.h.
+2. Connect CLOCK to PD1 and DATA to PD0. You can change pin with config.h.
3. Optionally you may need pull-up register. 1KOhm probably work.