aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xmmx/readme.md
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-09-26 12:17:54 -0700
committerDrashna Jaelre <drashna@live.com>2018-09-26 12:17:54 -0700
commitdbdbbbd5c9b1458f682eec661d0a17f91dccb4dc (patch)
treeca51d68881147a2285d300b7f0d177ab9df8f5ce /keyboards/xmmx/readme.md
parente2eee47e20481d0936a1893b561f3a95445b40fd (diff)
downloadfirmware-dbdbbbd5c9b1458f682eec661d0a17f91dccb4dc.tar.gz
firmware-dbdbbbd5c9b1458f682eec661d0a17f91dccb4dc.tar.bz2
firmware-dbdbbbd5c9b1458f682eec661d0a17f91dccb4dc.zip
Keyboard: Refactor XMMX keyboard to XMMX and Toad (#3955)
* pull out toad keyboard and get it compiling * refactor xmmx * use the correct LAYOUT macros * move LED code out to toad.c file * move LED code out to xmmx.c file * adjust for correct number of columns and pins used * remove led set user
Diffstat (limited to 'keyboards/xmmx/readme.md')
-rw-r--r--keyboards/xmmx/readme.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/keyboards/xmmx/readme.md b/keyboards/xmmx/readme.md
index cf16231e1..8f94df4b9 100644
--- a/keyboards/xmmx/readme.md
+++ b/keyboards/xmmx/readme.md
@@ -1,20 +1,14 @@
-XMMX and Toad
-========
+# XMMX
XMMX: Tenkeyless Mechanical Keyboard PCB designed to fit Filco Majestouch TKL and Cooler Master Quickfire Rapid cases
-Toad: 70% Mechanical Keyboard PCB.
XMMX schematic and PCB are available opensource under Creative Commons BY-SA 3.0 license on EasyEDA at [this link](https://easyeda.com/farmakon/XMMX-0447d28c1e4644b88fd04905d983684d)
-Toad schematic and PCB are available opensource under Creative Commons BY-SA 3.0 license on EasyEDA at [this link](https://easyeda.com/farmakon/70_Keyboard-d4f6baf4792d4ada9c0571fa3713e461)
For more informations on the XMMX please visit this [geekhack.org thread](https://geekhack.org/index.php?topic=93422.0)
-For more informations on the Toad please visit this [geekhack.org thread](https://geekhack.org/index.php?topic=91388.0)
Make examples for these keyboards (after setting up your build environment):
make xmmx:default
- make xmmx:toad
-
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.