Skip to content

Commit

Permalink
Updated ACR60, Mechmini, ALU84 readme information and config.h descri…
Browse files Browse the repository at this point in the history
…pters (qmk#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) {`
  • Loading branch information
TurboMech authored and jackhumbert committed Jan 5, 2018
1 parent 6bb3fbd commit 6b584a2
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 21 deletions.
6 changes: 3 additions & 3 deletions keyboards/acr60/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x2260
#define PRODUCT_ID 0xCA60
#define DEVICE_VER 0x0001
#define MANUFACTURER MechKeysCa
#define MANUFACTURER MECHKEYS
#define PRODUCT ACR60
#define DESCRIPTION ACR60 Keyboard
#define DESCRIPTION 60% customizable keyboard

/* key matrix size */
#define MATRIX_ROWS 5
Expand Down
11 changes: 7 additions & 4 deletions keyboards/acr60/readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# ACR60
ACR60
=====

![acr60](https://cdn.shopify.com/s/files/1/1697/5323/products/20170522001035_1024x1024.jpg?v=1504725199)

A customizable 60% keyboard based on the DZ60.
A customizable 60% keyboard made and sold by mechkeys.ca [More info on MECHKEYS](https://mechkeys.ca)

Keyboard Maintainer: [TurboMech](https://github.com/TurboMech)

Keyboard Maintainer: QMK Community
Hardware Supported: ACR60
Hardware Availability: [mechkeysca](https://mechkeys.ca/products/acr60)

Hardware Availability: [MECHKEYS](https://mechkeys.ca/products/acr60)

Make example for this keyboard (after setting up your build environment):

Expand Down
8 changes: 4 additions & 4 deletions keyboards/alu84/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@

/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6060
#define PRODUCT_ID 0xCA75
#define DEVICE_VER 0x0001
#define MANUFACTURER mechkeys.ca
#define MANUFACTURER MECHKEYS
#define PRODUCT ALU84
#define DESCRIPTION A 75% keyboard
#define DESCRIPTION 75% keyboard

/* key matrix size */
#define MATRIX_ROWS 6
Expand Down Expand Up @@ -73,4 +73,4 @@

#endif

#endif
#endif
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,6 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
return MACRO_NONE;
};

switch (id) {

}
return MACRO_NONE;
}



void matrix_scan_user(void) {
Expand Down
File renamed without changes.
File renamed without changes.
8 changes: 6 additions & 2 deletions keyboards/alu84/readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
ALU84
===

A 75% keyboard kit made and sold by mechkeys.ca [More info on mechkeys.ca](https://mechkeys.ca)
![alu84](https://i.imgur.com/wBfazDc.jpg)

A 75% keyboard made and sold by MECHKEYS [More info on MECHKEYS](https://mechkeys.ca).

Keyboard Maintainer: [TurboMech](https://github.com/TurboMech)

Hardware Supported: ALU84
Hardware Availability: [mechkeys.ca](https://mechkeys.ca)

Hardware Availability: [MECHKEYS](https://mechkeys.ca)

Make example for this keyboard (after setting up your build environment):

Expand Down
6 changes: 5 additions & 1 deletion keyboards/mechmini/readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
Mechmini
========

![mechmini](https://cdn.shopify.com/s/files/1/1697/5323/products/20495451_468333093530388_1648547540_o_grande.jpg?v=1510792821)

A 40% compact ortholinear/staggered keyboard.

Version 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.

Version 2 (Mechmini 2.0) was shipped powered by QMK [More info on MECHKEYS](https://mechkeys.ca).

Keyboard Maintainer: QMK Community (version 1) & [TurboMech](https://github.com/TurboMech) (version 2 - aka Mechmini 2.0)

Hardware Supported: Mechmini keyboard
Hardware Availability: https://mechkeys.ca/collections/keyboards/products/mechmini-2-0

Hardware Availability: [MECHKEYS](https://mechkeys.ca/collections/keyboards/products/mechmini-2-0)

Make 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:

Expand Down
4 changes: 3 additions & 1 deletion keyboards/mechmini/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ A 40% compact ortholinear/staggered keyboard.
Version 2 (Mechmini 2.0) was shipped powered by QMK [More info on MECHKEYS](https://mechkeys.ca).

Keyboard Maintainer: [TurboMech](https://github.com/TurboMech)

Hardware Supported: Mechmini 2.0 keyboard
Hardware Availability: https://mechkeys.ca/collections/keyboards/products/mechmini-2-0

Hardware Availability: [MECHKEYS Mechmini 2.0](https://mechkeys.ca/collections/keyboards/products/mechmini-2-0)

Make example for this keyboard (after setting up your build environment), this will make the Mechmini 2.0 default keymap (split space):

Expand Down

0 comments on commit 6b584a2

Please sign in to comment.