summaryrefslogtreecommitdiffstats
path: root/keyboards/mf68/README.md
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2017-09-13 23:53:10 +0200
committerJack Humbert <jack.humb@gmail.com>2017-09-13 23:53:10 +0200
commit4549dcd21fcc7c3d0dad685df7221599dcb6edb1 (patch)
tree595f0eef530f7783f1df3a7902968038668580ea /keyboards/mf68/README.md
parent7da585917b44d51e53482445437fb0bd54209b2a (diff)
downloadqmk_firmware-4549dcd21fcc7c3d0dad685df7221599dcb6edb1.tar.gz
qmk_firmware-4549dcd21fcc7c3d0dad685df7221599dcb6edb1.tar.xz
Add support for MF68 replacement PCB for Magicforce 68 (#1698)
* Port TMK code for MF68 * Change KEYMAP to KC_KEYMAP and add macro
Diffstat (limited to 'keyboards/mf68/README.md')
-rw-r--r--keyboards/mf68/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/mf68/README.md b/keyboards/mf68/README.md
new file mode 100644
index 000000000..1fabd9372
--- /dev/null
+++ b/keyboards/mf68/README.md
@@ -0,0 +1,20 @@
+MF68
+====
+
+Magicforce 68 with [replacement PCB](https://github.com/di0ib/tmk_keyboard/tree/master/keyboard/mf68) designed by [di0ib](https://github.com/di0ib).
+
+A split 60% split 5x12 ortholinear keyboard made and sold by Keebio. [More info at Keebio](https://keeb.io).
+
+Keyboard Maintainer: [di0ib](http://www.40percent.club)
+Hardware Supported: Pro Micro
+Hardware Availability: [PCB files](https://github.com/di0ib/tmk_keyboard/tree/master/keyboard/mf68/pcb)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make mf68-default
+
+Example of flashing this keyboard:
+
+ make mf68-default-avrdude
+
+See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.