You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

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