logo

qmk_firmware

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

readme.md (1668B)


  1. # m122-3270
  2. ![IBM Model M 122 key](https://i.imgur.com/Oo3Ozqzh.jpg)
  3. This is a replacement controller for the IBM Model M 122 key terminal keyboard
  4. running on a STM32F411 BlackPill, intended to act as closely to the 3270
  5. keyboard's functioning as possible while still being usable on a PC.
  6. * Keyboard Maintainer: [Jay Maynard](https://github.com/jmaynard)
  7. * Hardware Supported: BlackPill STM32F411, Teensy++ 2.0
  8. * Hardware Availability: [BlackPill](https://www.adafruit.com/product/4877), [Teensy](https://www.pjrc.com/store/teensypp.html)
  9. Make example for this keyboard (after setting up your build environment):
  10. make ibm/model_m_122/m122_3270/blackpill:default
  11. make ibm/model_m_122/m122_3270/bluepill:default
  12. make ibm/model_m_122/m122_3270/teensy:default
  13. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools)
  14. and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide)
  15. for more information. Brand new to QMK? Start with our
  16. [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
  17. A schematic and Gerber files are publicly available for those wishing to have
  18. carrier boards made professionally instead of handwiring things. The M122
  19. matrix connectors plug right into it. It can be found at
  20. https://github.com/jmaynard/tronguylabs-m122-blackpill.
  21. This is derived from Luke Stanley's handwired/ibm122m keyboard, with my own
  22. keymapping and rework of the I/O for the BlackPill. There's also a version for
  23. the Teensy++ 2.0, since that was my original design and I still use one on one
  24. board, even though I switched to the BlackPill for future-proofing.
  25. The Teensy++ 2.0 is not recommended for new designs.