aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-02-10 07:02:48 +0900
committertmk <nobody@nowhere>2014-02-10 07:02:48 +0900
commit89c7b9b0974ccbcec8255ff2dc56adc7d3e82a71 (patch)
treeca135e61a237df622247dc2cafa2e73c6dcfd9ce
parent54a06c2520f6de4b33558b2203d6706a988d291c (diff)
downloadqmk_firmware-89c7b9b0974ccbcec8255ff2dc56adc7d3e82a71.tar.gz
qmk_firmware-89c7b9b0974ccbcec8255ff2dc56adc7d3e82a71.zip
Add README.md
-rw-r--r--converter/ibm4704_usb/README.md33
1 files changed, 23 insertions, 10 deletions
diff --git a/converter/ibm4704_usb/README.md b/converter/ibm4704_usb/README.md
index 1e29945d0..f38cdd164 100644
--- a/converter/ibm4704_usb/README.md
+++ b/converter/ibm4704_usb/README.md
@@ -3,16 +3,29 @@ IBM 4704 to USB keyboard converter
3This firmware converts IBM 4704 keyboard protocol to USB HID. 3This firmware converts IBM 4704 keyboard protocol to USB HID.
4 4
5 5
6Connect Wires 64704 Connector
7------------- 7--------------
8In case of Teensy2.0(ATMega32U4): 8 Keyboard Plug from front
9 9
101. Connect Vcc and GND. 10 DSUB-9
112. Connect Clock and Data line. 11 -------------
12 - Clock is on PD1 and Data on PD2. 12 \ N 2 3 4 5 /
133. Optionally you need pull-up register. 1KOhm is OK? 13 \ N N N N /
14 14 ---------
15To change pin configuration edit config.h. 15 2 GND
16 3 VCC 5V
17 4 DATA
18 5 CLOCK
19 N No connection/No pin.
20
21
22Connection
23----------
24In case of using ATMega32U4(Teensy2.0):
25
261. Supply power with VCC and GND.
272. Connect CLOCK to PD1 and DATA to PD2. You can change pin with config.h.
283. Optionally you may need pull-up register. 1KOhm probably work.
16 29
17 30
18Build Firmware 31Build Firmware