qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1124B)


      1 # Keyboard converter for IBM terminal keyboard
      2 
      3 This is a port of TMK's converter/terminal_usb to QMK.
      4 
      5 It supports PS/2 Scan Code Set 3 and runs on USB AVR chips such like PJRC Teensy.
      6 I tested the converter on ATMega32U4 with 1392595(102keys) and 6110345(122keys).
      7 
      8 Source code: https://github.com/qmk/qmk_firmware.git  
      9 Article: http://geekhack.org/index.php?topic=27272.0
     10 
     11 
     12 ## Connection
     13 
     14 Keyboard | ATMega32U4
     15 :------- | :---------
     16 Data     |  PD2
     17 Clock    |  PD5
     18 
     19 And VCC and GND, of course. See Resource section for keyboard connector pin assign.
     20 
     21 
     22 ## Build
     23 
     24 ```
     25 git clone https://github.com/qmk/qmk_firmware.git
     26 cd qmk_firmware
     27 make converter/ibm_terminal:default
     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