diff options
author | TurboMech <32869044+TurboMech@users.noreply.github.com> | 2018-01-05 11:37:22 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-01-05 11:37:22 -0500 |
commit | 6b584a23c032712b2219725e0cdd5a5ea576b31c (patch) | |
tree | f97bf8de3a61133a3db5060f22a67771dd1958a2 /keyboards/alu84/keymaps | |
parent | 6bb3fbd4e0ff3123a1b3ea00d00c2ae7a2550120 (diff) | |
download | firmware-6b584a23c032712b2219725e0cdd5a5ea576b31c.tar.gz firmware-6b584a23c032712b2219725e0cdd5a5ea576b31c.tar.bz2 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/alu84/keymaps')
-rw-r--r-- | keyboards/alu84/keymaps/turbomech/config.h (renamed from keyboards/alu84/keymaps/TurboMech/config.h) | 0 | ||||
-rw-r--r-- | keyboards/alu84/keymaps/turbomech/keymap.c (renamed from keyboards/alu84/keymaps/TurboMech/keymap.c) | 6 | ||||
-rw-r--r-- | keyboards/alu84/keymaps/turbomech/readme.md (renamed from keyboards/alu84/keymaps/TurboMech/readme.md) | 0 | ||||
-rw-r--r-- | keyboards/alu84/keymaps/turbomech/rules.mk (renamed from keyboards/alu84/keymaps/TurboMech/rules.mk) | 0 |
4 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/alu84/keymaps/TurboMech/config.h b/keyboards/alu84/keymaps/turbomech/config.h index 3013df9ba..3013df9ba 100644 --- a/keyboards/alu84/keymaps/TurboMech/config.h +++ b/keyboards/alu84/keymaps/turbomech/config.h diff --git a/keyboards/alu84/keymaps/TurboMech/keymap.c b/keyboards/alu84/keymaps/turbomech/keymap.c index 00397e3f0..97b192a7b 100644 --- a/keyboards/alu84/keymaps/TurboMech/keymap.c +++ b/keyboards/alu84/keymaps/turbomech/keymap.c @@ -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) { diff --git a/keyboards/alu84/keymaps/TurboMech/readme.md b/keyboards/alu84/keymaps/turbomech/readme.md index b78d7a5e7..b78d7a5e7 100644 --- a/keyboards/alu84/keymaps/TurboMech/readme.md +++ b/keyboards/alu84/keymaps/turbomech/readme.md diff --git a/keyboards/alu84/keymaps/TurboMech/rules.mk b/keyboards/alu84/keymaps/turbomech/rules.mk index ff8b4b2e6..ff8b4b2e6 100644 --- a/keyboards/alu84/keymaps/TurboMech/rules.mk +++ b/keyboards/alu84/keymaps/turbomech/rules.mk |