summaryrefslogtreecommitdiff
path: root/keyboards/tronguylabs/m122_3270/readme.md
diff options
context:
space:
mode:
authornuess0r <nussgipfel@brain4free.org>2023-05-27 15:12:36 +0200
committerGitHub <noreply@github.com>2023-05-27 23:12:36 +1000
commitf98f8eedf0dc6fe939162210ad44d5af8a0dfa08 (patch)
tree171b1de71a2fec4e7c4f30b6c7e0275061a8d3f3 /keyboards/tronguylabs/m122_3270/readme.md
parente759230706373e9db8a0d6758f8c210288870d9f (diff)
Consolidate modelm v2 (#14996)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/tronguylabs/m122_3270/readme.md')
-rw-r--r--keyboards/tronguylabs/m122_3270/readme.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/tronguylabs/m122_3270/readme.md b/keyboards/tronguylabs/m122_3270/readme.md
deleted file mode 100644
index 1dd1580bcd..0000000000
--- a/keyboards/tronguylabs/m122_3270/readme.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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 the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
-
-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.