From 73c4c9f9e8d2299d0b3a66b2ea8fa3450b9bad31 Mon Sep 17 00:00:00 2001 From: walkerstop Date: Tue, 12 Mar 2019 15:23:09 -0700 Subject: Wheat Field Peripherals mt980 (FC980M Layout) PCB Support (#5374) * mt980 keyboard support * Update manufacturer name * Correct indicator LEDs, add walker keymap * Added readme.md * Update keyboards/mt980/mt980.c Co-Authored-By: walkerstop * Treat number pad + and enter as pgup and pgdn when number lock is off * Update keyboards/mt980/mt980.c Co-Authored-By: walkerstop * Update keyboards/mt980/mt980.c Co-Authored-By: walkerstop * Update keyboards/mt980/readme.md Co-Authored-By: walkerstop * Update keyboards/mt980/readme.md Co-Authored-By: walkerstop * Update keyboards/mt980/readme.md Co-Authored-By: walkerstop * Update keyboards/mt980/rules.mk Co-Authored-By: walkerstop --- keyboards/mt980/readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 keyboards/mt980/readme.md (limited to 'keyboards/mt980/readme.md') diff --git a/keyboards/mt980/readme.md b/keyboards/mt980/readme.md new file mode 100644 index 000000000..7bc27c93a --- /dev/null +++ b/keyboards/mt980/readme.md @@ -0,0 +1,14 @@ +# mt980 + +A mechanical keyboard PCB in the same layout as the Leopold FC980M, sold by Wheat Field Peripherals on Taobao. This PCB requires soldering, except for the arrow cluster and the Escape key switches, which use Kailh hot swap sockets. + +Keyboard Maintainer: [walkerstop](https://github.com/walkerstop) +Hardware Supported: mt980 +Hardware Availability: Taobao store https://shop110310565.taobao.com + +Make example for this keyboard (after setting up your build environment): + + make mt980: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). + -- cgit v1.2.3-24-g4f1b