summaryrefslogtreecommitdiffstats
path: root/keyboards/alu84
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/alu84')
-rwxr-xr-xkeyboards/alu84/config.h8
-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
-rw-r--r--keyboards/alu84/readme.md8
6 files changed, 10 insertions, 12 deletions
diff --git a/keyboards/alu84/config.h b/keyboards/alu84/config.h
index ab71f92ba..9e013dbcc 100755
--- a/keyboards/alu84/config.h
+++ b/keyboards/alu84/config.h
@@ -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
@@ -73,4 +73,4 @@
#endif
-#endif \ No newline at end of file
+#endif
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
diff --git a/keyboards/alu84/readme.md b/keyboards/alu84/readme.md
index 979a49d0f..9d23bff06 100644
--- a/keyboards/alu84/readme.md
+++ b/keyboards/alu84/readme.md
@@ -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):