README 1.1 KB

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