aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converter/terminal_usb/README40
1 files changed, 15 insertions, 25 deletions
diff --git a/converter/terminal_usb/README b/converter/terminal_usb/README
index 1ce49f33d..6ff1bc92f 100644
--- a/converter/terminal_usb/README
+++ b/converter/terminal_usb/README
@@ -1,43 +1,33 @@
1PS/2 to USB keyboard converter for IBM terminal keyboard 1Keyboard converter for IBM terminal keyboard
2========================================================= 2============================================
3It supports PS/2 Scan Code Set 3 and runs on Teensy, Teensy++ and boards withATMega32u4/AT90USB. 3It supports PS/2 Scan Code Set 3 and runs on USB AVR chips such like PJRC Teensy.
4I tested the converter only on Teensy with 1392595(102keys terminal keyboard), 4I tested the converter on ATMega32U4 with 1392595(102keys) and 6110345(122keys).
5though, I think it will also work with 122keys boards.
6 5
7http://geekhack.org/showwiki.php?title=Island:27272 6Source code: https://github.com/tmk/tmk_keyboard
7Article: http://geekhack.org/index.php?topic=27272.0
8 8
9 9
10CONNECTION 10CONNECTION
11---------- 11----------
12Data: PD0 12Keyboard ATMega32U4
13Clock: PD1 13----------------------
14VCC and GND, of course. 14Data: PD2
15 15Clock: PD5
16It is the same as Soarer's converter pin configuration.
17See RESOURCE for keyboard connector pin assign.
18 16
17And VCC and GND, of course. See RESOURCE for keyboard connector pin assign.
19 18
20 19
21BUILD 20BUILD
22----- 21-----
23Get source:
24$ git clone https://github.com/tmk/tmk_keyboard.git 22$ git clone https://github.com/tmk/tmk_keyboard.git
25$ cd terminal_usb 23$ cd converter/terminal_usb
26 24$ make
27For 102keys:
28$ make -f Makefile.102_pjrc
29
30For 122keys(not tested):
31$ make -f Makefile.122_pjrc
32
33I used WinAVR 20100110 to develop and build.
34
35 25
36 26
37RESOURCE 27RESOURCE
38-------- 28--------
39Soarer's Converter: http://geekhack.org/showwiki.php?title=Island:17458 29Soarer's Converter: http://geekhack.org/index.php?topic=17458.0
40102keys(1392595): http://geekhack.org/showthread.php?10737-What-Can-I-Do-With-a-Terminal-Model-M 30102keys(1392595): http://geekhack.org/index.php?topic=10737.0
41122keys(1390876): http://www.seasip.info/VintagePC/ibm_1390876.html 31122keys(1390876): http://www.seasip.info/VintagePC/ibm_1390876.html
42KbdBabel: http://www.kbdbabel.org/ 32KbdBabel: http://www.kbdbabel.org/
43RJ45 Connector: http://www.kbdbabel.org/conn/kbd_connector_ibmterm.png 33RJ45 Connector: http://www.kbdbabel.org/conn/kbd_connector_ibmterm.png