summaryrefslogtreecommitdiff
path: root/keyboards/alu84/config.h
diff options
context:
space:
mode:
authorTurboMech2018-01-05 11:37:22 -0500
committerJack Humbert2018-01-05 11:37:22 -0500
commit6b584a23c032712b2219725e0cdd5a5ea576b31c (patch)
treef97bf8de3a61133a3db5060f22a67771dd1958a2 /keyboards/alu84/config.h
parent6bb3fbd4e0ff3123a1b3ea00d00c2ae7a2550120 (diff)
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/config.h')
-rwxr-xr-xkeyboards/alu84/config.h8
1 files changed, 4 insertions, 4 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