]> git.gir.st - tmk_keyboard.git/blob - terminal_usb/README
Added terminal_usb adapter for IBM Terminal keyboard.
[tmk_keyboard.git] / 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), though, I think it will also work with 122keys boards.
5
6
7
8 CONNECTION
9 ----------
10 Data: PD0
11 Clock: PD1
12
13 It is same as Soarer's converter pin configuration.
14 http://geekhack.org/showwiki.php?title=Island:17458
15
16
17
18 BUILD
19 -----
20 For 102keys:
21 $ make -f Makefile.102_pjrc
22
23 For 122keys(not tested):
24 $ make -f Makefile.122_pjrc
25
26
27 I used WinAVR 20100110 to develop.
28
29
30
31 RESOURCE
32 --------
33 WinAVR: http://winavr.sourceforge.net/
34 1392595: http://geekhack.org/showthread.php?10737-What-Can-I-Do-With-a-Terminal-Model-M
Imprint / Impressum