aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xd004
diff options
context:
space:
mode:
authorXelus22 <17491233+Xelus22@users.noreply.github.com>2020-06-30 17:27:24 +0000
committerGitHub <noreply@github.com>2020-06-30 18:27:24 +0100
commit6600f32d355b7028854f537a5e0ee9d352f539f0 (patch)
tree6585c497105e55477d670ccdb10efdcb6772e676 /keyboards/xd004
parente9fa41631c816e7236210ac9fd9359c603c5ad5e (diff)
downloadfirmware-6600f32d355b7028854f537a5e0ee9d352f539f0.tar.gz
firmware-6600f32d355b7028854f537a5e0ee9d352f539f0.tar.bz2
firmware-6600f32d355b7028854f537a5e0ee9d352f539f0.zip
Add VIA support on XiuDi (XD) keyboards (#8829)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Diffstat (limited to 'keyboards/xd004')
-rw-r--r--keyboards/xd004/v1/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/xd004/v1/config.h b/keyboards/xd004/v1/config.h
index a141137e9..f7a262d4c 100644
--- a/keyboards/xd004/v1/config.h
+++ b/keyboards/xd004/v1/config.h
@@ -26,7 +26,7 @@ where some things are disabled to save space as well.
#include "config_common.h"
/* USB Device descriptor parameter */
-#define VENDOR_ID 0xCDCD
+#define VENDOR_ID 0x7844 // "XD"
#define PRODUCT_ID 0x0404
#define DEVICE_VER 0x0001
// Note: unsure about manufacturer
@@ -77,4 +77,4 @@ further optimizations can be done on that side.
// #define NO_ACTION_ONESHOT // 462 bytes <- this needs to be un-commented out if Link Time Optimization is disabled, otherwise file is too large
// The two below are implicit since we use LINK_TIME_OPTIMIZATION_ENABLE (in rules.mk)
// #define NO_ACTION_MACRO
-// #define NO_ACTION_FUNCTION \ No newline at end of file
+// #define NO_ACTION_FUNCTION