summaryrefslogtreecommitdiffstats
path: root/keyboards/xmmx/readme.md
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-12-25 20:24:47 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-12-25 20:24:47 +0100
commit8e0444618fdf42301cce4467aea6de63bec3cfed (patch)
treedd4c9224c2e8c4dd8220b2c2daf3e19fc4619e6d /keyboards/xmmx/readme.md
parentde78d9e1ffbeff34991413641c794a36e9fc5f9d (diff)
downloadqmk_firmware-8e0444618fdf42301cce4467aea6de63bec3cfed.tar.gz
qmk_firmware-8e0444618fdf42301cce4467aea6de63bec3cfed.tar.xz
XMMX refactor, Configurator support and readme update (#4722)
* XMMX: matrix and keymap refactor - xmmx.h updated to use #pragma once - renamed LAYOUT_ansi_wk macro to LAYOUT_tkl_ansi - renamed LAYOUT_ansi_wkl macro to LAYOUT_tkl_ansi_wkl - renamed LAYOUT_iso_wk macro to LAYOUT_tkl_iso - renamed LAYOUT_iso_wkl macro to LAYOUT_tkl_iso_wkl * XMMX: Configurator support * XMMX: readme update
Diffstat (limited to 'keyboards/xmmx/readme.md')
-rw-r--r--keyboards/xmmx/readme.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/xmmx/readme.md b/keyboards/xmmx/readme.md
index 8f94df4b9..51775f241 100644
--- a/keyboards/xmmx/readme.md
+++ b/keyboards/xmmx/readme.md
@@ -1,14 +1,14 @@
# XMMX
-XMMX: Tenkeyless Mechanical Keyboard PCB designed to fit Filco Majestouch TKL and Cooler Master Quickfire Rapid cases
+XMMX is a Tenkeyless Mechanical Keyboard PCB designed to fit Filco Majestouch TKL and Cooler Master Quickfire Rapid cases.
-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)
+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).
-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 XMMX please visit [this geekhack.org thread](https://geekhack.org/index.php?topic=93422.0).
-Make examples for these keyboards (after setting up your build environment):
+Make example for this keyboard (after setting up your build environment):
make xmmx: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).
-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.