]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/converter/ibm_terminal/README
qwerty_code_friendly: configurable left thumb
[qmk_firmware.git] / keyboards / converter / ibm_terminal / README
1 Keyboard converter for IBM terminal keyboard
2 ============================================
3
4 This is a port of TMK's converter/terminal_usb to QMK.
5
6 It supports PS/2 Scan Code Set 3 and runs on USB AVR chips such like PJRC Teensy.
7 I tested the converter on ATMega32U4 with 1392595(102keys) and 6110345(122keys).
8
9 Source code: https://github.com/tmk/tmk_keyboard
10 Article: http://geekhack.org/index.php?topic=27272.0
11
12
13 CONNECTION
14 ----------
15 Keyboard    ATMega32U4
16 ----------------------
17 Data:       PD2
18 Clock:      PD5
19
20 And VCC and GND, of course. See RESOURCE for keyboard connector pin assign.
21
22
23 BUILD
24 -----
25 $ git clone https://github.com/tmk/tmk_keyboard.git
26 $ cd converter/terminal_usb
27 $ make 
28
29
30 RESOURCE
31 --------
32 Soarer's Converter: http://geekhack.org/index.php?topic=17458.0
33 102keys(1392595): http://geekhack.org/index.php?topic=10737.0
34 122keys(1390876): http://www.seasip.info/VintagePC/ibm_1390876.html
35 KbdBabel: http://www.kbdbabel.org/
36 RJ45 Connector: http://www.kbdbabel.org/conn/kbd_connector_ibmterm.png
37 DIN Connector: http://www.kbdbabel.org/conn/kbd_connector_ibm3179_318x_319x.png
38 WinAVR: http://winavr.sourceforge.net/
39
40 EOF