From 8e905a7a5ce4a936ae782541a922ecc6c7cd30bc Mon Sep 17 00:00:00 2001 From: jmaynard Date: Thu, 22 Jul 2021 01:39:45 -0500 Subject: [Keyboard] Initial Tron Guy Labs keyboard implementation. (#13438) Co-authored-by: Drashna Jaelre Co-authored-by: Ryan Co-authored-by: Jay Maynard --- keyboards/tronguylabs/m122_3270/readme.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 keyboards/tronguylabs/m122_3270/readme.md (limited to 'keyboards/tronguylabs/m122_3270/readme.md') diff --git a/keyboards/tronguylabs/m122_3270/readme.md b/keyboards/tronguylabs/m122_3270/readme.md new file mode 100644 index 0000000000..b8de846789 --- /dev/null +++ b/keyboards/tronguylabs/m122_3270/readme.md @@ -0,0 +1,27 @@ +# m122-3270 + +![IBM Model M 122 key](https://i.imgur.com/Oo3Ozqzh.jpg) + +This is a replacement controller for the IBM Model M 122 key terminal keyboard running on a STM32F411 BlackPill, intended +to act as closely to the 3270 keyboard's functioning as possible while still being usable on a PC. + +* Keyboard Maintainer: [Jay Maynard](https://github.com/jmaynard) +* Hardware Supported: BlackPill STM32F411, Teensy++ 2.0 +* Hardware Availability: [BlackPill](https://www.adafruit.com/product/4877), [Teensy](https://www.pjrc.com/store/teensypp.html) + +Make example for this keyboard (after setting up your build environment): + + make tronguylabs/m122_3270/blackpill:default + make tronguylabs/m122_3270/teensy:default + +See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the +[make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. + +A schematic and Gerber files are publicly available for those wishing to have carrier boards made +professionally instead of handwiring things. The M122 matrix connectors plug right into it. It can +be found at https://github.com/jmaynard/tronguylabs-m122-blackpill . + +This is derived from Luke Stanley's handwired/ibm122m keyboard, with my own keymapping and +rework of the I/O for the BlackPill. There's also a version for the Teensy++ 2.0, since that +was my original design and I still use one on one board, even though I switched to the +BlackPill for future-proofing. The Teensy++ 2.0 is not recommended for new designs. -- cgit v1.2.1