summaryrefslogtreecommitdiff
path: root/keyboards/40percentclub/luddite/config.h
diff options
context:
space:
mode:
authormorbetter <60626808+morbetter@users.noreply.github.com>2020-02-14 11:31:48 -0800
committerGitHub <noreply@github.com>2020-02-14 11:31:48 -0800
commit348266bd5b6c6c79c292e3df9442a19d99873b5c (patch)
treea3305498c1ae2de6b7f483ea690b75772267bd71 /keyboards/40percentclub/luddite/config.h
parenteb1f99c5f971ce939d18e236ac85edaf0de00401 (diff)
Adding VIA support for 40percentclub/luddite (#8158)
* Adding VIA support for 40percentclub/luddite * Update config.h * Update rules.mk * Delete config.h config.h was created to override the "default" of RGBLED_NUM 8 deleting the file to keep with defaults * Removing block and comment as suggested * Update PRODUCT_ID Changing from: #define PRODUCT_ID 0x0A0C To: #define PRODUCT_ID 0x4C55 // "LU" * Changing Vendor ID Changing Vendor ID from: #define VENDOR_ID 0xFEED To: #define VENDOR_ID 0x3430 // "40"
Diffstat (limited to 'keyboards/40percentclub/luddite/config.h')
-rw-r--r--keyboards/40percentclub/luddite/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/40percentclub/luddite/config.h b/keyboards/40percentclub/luddite/config.h
index 005cb7a705..63158f6c41 100644
--- a/keyboards/40percentclub/luddite/config.h
+++ b/keyboards/40percentclub/luddite/config.h
@@ -3,8 +3,8 @@
#include "config_common.h"
/* USB Device descriptor parameter */
-#define VENDOR_ID 0xFEED
-#define PRODUCT_ID 0x0A0C
+#define VENDOR_ID 0x3430 // "40"
+#define PRODUCT_ID 0x4C55 // "LU"
#define DEVICE_VER 0x1001
#define MANUFACTURER di0ib
#define PRODUCT Luddite