]> git.gir.st - tmk_keyboard.git/blob - converter/terminal_usb/README
Made directories for keyboard and converter projects.
[tmk_keyboard.git] / converter / terminal_usb / README
1 PS/2 to USB keyboard converter for IBM terminal keyboard
2 =========================================================
3 It supports PS/2 Scan Code Set 3 and runs on Teensy, Teensy++ and boards withATMega32u4/AT90USB.
4 I tested the converter only on Teensy with 1392595(102keys terminal keyboard),
5 though, I think it will also work with 122keys boards.
6
7 http://geekhack.org/showwiki.php?title=Island:27272
8
9
10 CONNECTION
11 ----------
12 Data: PD0
13 Clock: PD1
14 VCC and GND, of course.
15
16 It is the same as Soarer's converter pin configuration.
17 See RESOURCE for keyboard connector pin assign.
18
19
20
21 BUILD
22 -----
23 Get source:
24 $ git clone https://github.com/tmk/tmk_keyboard.git
25 $ cd terminal_usb
26
27 For 102keys:
28 $ make -f Makefile.102_pjrc
29
30 For 122keys(not tested):
31 $ make -f Makefile.122_pjrc
32
33 I used WinAVR 20100110 to develop and build.
34
35
36
37 RESOURCE
38 --------
39 Soarer's Converter: http://geekhack.org/showwiki.php?title=Island:17458
40 102keys(1392595): http://geekhack.org/showthread.php?10737-What-Can-I-Do-With-a-Terminal-Model-M
41 122keys(1390876): http://www.seasip.info/VintagePC/ibm_1390876.html
42 KbdBabel: http://www.kbdbabel.org/
43 RJ45 Connector: http://www.kbdbabel.org/conn/kbd_connector_ibmterm.png
44 DIN Connector: http://www.kbdbabel.org/conn/kbd_connector_ibm3179_318x_319x.png
45 WinAVR: http://winavr.sourceforge.net/
46
47 EOF
Imprint / Impressum