aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mechmini
diff options
context:
space:
mode:
authorTurboMech <32869044+TurboMech@users.noreply.github.com>2018-01-05 11:37:22 -0500
committerJack Humbert <jack.humb@gmail.com>2018-01-05 11:37:22 -0500
commit6b584a23c032712b2219725e0cdd5a5ea576b31c (patch)
treef97bf8de3a61133a3db5060f22a67771dd1958a2 /keyboards/mechmini
parent6bb3fbd4e0ff3123a1b3ea00d00c2ae7a2550120 (diff)
downloadqmk_firmware-6b584a23c032712b2219725e0cdd5a5ea576b31c.tar.gz
qmk_firmware-6b584a23c032712b2219725e0cdd5a5ea576b31c.zip
Updated ACR60, Mechmini, ALU84 readme information and config.h descripters (#2231)
* Updated ACR60, Mechmini, ALU84 readme information and config.h descripters Update MECHKEYS keyboards to be uniform in readmes and config.h's PID, MANUFACTORER, and DESCRIPTIONS. This allows the keyboards to be more uniform amongst the different types. * Rename keyboards/alu84/keymaps/TurboMech/config.h to keyboards/alu84/keymaps/turbomech * Rename keyboards/alu84/keymaps/turbomech to keyboards/alu84/keymaps/TurboMech/config.h * Fixed folder naming for alu84/keymaps/turbomech * fixed error from compile removed double `return MACRO_NONE;` and `switch (id) {`
Diffstat (limited to 'keyboards/mechmini')
-rw-r--r--keyboards/mechmini/readme.md6
-rw-r--r--keyboards/mechmini/v2/README.md4
2 files changed, 8 insertions, 2 deletions
diff --git a/keyboards/mechmini/readme.md b/keyboards/mechmini/readme.md
index 56dd81a24..427cbbd03 100644
--- a/keyboards/mechmini/readme.md
+++ b/keyboards/mechmini/readme.md
@@ -1,6 +1,8 @@
1Mechmini 1Mechmini
2======== 2========
3 3
4![mechmini](https://cdn.shopify.com/s/files/1/1697/5323/products/20495451_468333093530388_1648547540_o_grande.jpg?v=1510792821)
5
4A 40% compact ortholinear/staggered keyboard. 6A 40% compact ortholinear/staggered keyboard.
5 7
6Version 1 was originally bootmapper (ps2avrGB) and can be ported to QMK following the v1 readme (../mechmini/v1/readme.md). This version is no longer in production. 8Version 1 was originally bootmapper (ps2avrGB) and can be ported to QMK following the v1 readme (../mechmini/v1/readme.md). This version is no longer in production.
@@ -8,8 +10,10 @@ Version 1 was originally bootmapper (ps2avrGB) and can be ported to QMK followin
8Version 2 (Mechmini 2.0) was shipped powered by QMK [More info on MECHKEYS](https://mechkeys.ca). 10Version 2 (Mechmini 2.0) was shipped powered by QMK [More info on MECHKEYS](https://mechkeys.ca).
9 11
10Keyboard Maintainer: QMK Community (version 1) & [TurboMech](https://github.com/TurboMech) (version 2 - aka Mechmini 2.0) 12Keyboard Maintainer: QMK Community (version 1) & [TurboMech](https://github.com/TurboMech) (version 2 - aka Mechmini 2.0)
13
11Hardware Supported: Mechmini keyboard 14Hardware Supported: Mechmini keyboard
12Hardware Availability: https://mechkeys.ca/collections/keyboards/products/mechmini-2-0 15
16Hardware Availability: [MECHKEYS](https://mechkeys.ca/collections/keyboards/products/mechmini-2-0)
13 17
14Make example for this keyboard (after setting up your build environment), this will make the Mechmini 2.0 default keymap (split space) - please see v1 readme for v1 make instructions: 18Make example for this keyboard (after setting up your build environment), this will make the Mechmini 2.0 default keymap (split space) - please see v1 readme for v1 make instructions:
15 19
diff --git a/keyboards/mechmini/v2/README.md b/keyboards/mechmini/v2/README.md
index e1efc9904..a43afc674 100644
--- a/keyboards/mechmini/v2/README.md
+++ b/keyboards/mechmini/v2/README.md
@@ -6,8 +6,10 @@ A 40% compact ortholinear/staggered keyboard.
6Version 2 (Mechmini 2.0) was shipped powered by QMK [More info on MECHKEYS](https://mechkeys.ca). 6Version 2 (Mechmini 2.0) was shipped powered by QMK [More info on MECHKEYS](https://mechkeys.ca).
7 7
8Keyboard Maintainer: [TurboMech](https://github.com/TurboMech) 8Keyboard Maintainer: [TurboMech](https://github.com/TurboMech)
9
9Hardware Supported: Mechmini 2.0 keyboard 10Hardware Supported: Mechmini 2.0 keyboard
10Hardware Availability: https://mechkeys.ca/collections/keyboards/products/mechmini-2-0 11
12Hardware Availability: [MECHKEYS Mechmini 2.0](https://mechkeys.ca/collections/keyboards/products/mechmini-2-0)
11 13
12Make example for this keyboard (after setting up your build environment), this will make the Mechmini 2.0 default keymap (split space): 14Make example for this keyboard (after setting up your build environment), this will make the Mechmini 2.0 default keymap (split space):
13 15