logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1124B)


  1. # Keyboard converter for IBM terminal keyboard
  2. This is a port of TMK's converter/terminal_usb to QMK.
  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/qmk/qmk_firmware.git
  6. Article: http://geekhack.org/index.php?topic=27272.0
  7. ## Connection
  8. Keyboard | ATMega32U4
  9. :------- | :---------
  10. Data | PD2
  11. Clock | PD5
  12. And VCC and GND, of course. See Resource section for keyboard connector pin assign.
  13. ## Build
  14. ```
  15. git clone https://github.com/qmk/qmk_firmware.git
  16. cd qmk_firmware
  17. make converter/ibm_terminal:default
  18. ```
  19. ## Resource
  20. - Soarer's Converter: http://geekhack.org/index.php?topic=17458.0
  21. - 102keys(1392595): http://geekhack.org/index.php?topic=10737.0
  22. - 122keys(1390876): http://www.seasip.info/VintagePC/ibm_1390876.html
  23. - KbdBabel: http://www.kbdbabel.org/
  24. - RJ45 Connector: http://www.kbdbabel.org/conn/kbd_connector_ibmterm.png
  25. - DIN Connector: http://www.kbdbabel.org/conn/kbd_connector_ibm3179_318x_319x.png
  26. - WinAVR: http://winavr.sourceforge.net/