diff options
author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2020-06-30 17:27:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 18:27:24 +0100 |
commit | 6600f32d355b7028854f537a5e0ee9d352f539f0 (patch) | |
tree | 6585c497105e55477d670ccdb10efdcb6772e676 /keyboards/xd96/config.h | |
parent | e9fa41631c816e7236210ac9fd9359c603c5ad5e (diff) | |
download | qmk_firmware-6600f32d355b7028854f537a5e0ee9d352f539f0.tar.gz |
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/xd96/config.h')
-rw-r--r-- | keyboards/xd96/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/xd96/config.h b/keyboards/xd96/config.h index b0fa47795..799b835df 100644 --- a/keyboards/xd96/config.h +++ b/keyboards/xd96/config.h @@ -19,8 +19,8 @@ #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x4096 +#define VENDOR_ID 0x7844 // "XD" +#define PRODUCT_ID 0x9696 #define DEVICE_VER 0x0001 #define MANUFACTURER KPrepublic #define PRODUCT XD96 |