diff options
author | Harshit Goel <harshitgoel96@yahoo.com> | 2021-04-16 19:56:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 16:26:19 +0200 |
commit | 09a392433a34dfcc3416c58d7f01563504abef2f (patch) | |
tree | 408e4cf34097df1e9dff9494aa1552292fed5b20 /keyboards/ergodone/config.h | |
parent | 3975c712f0c850156a3e3ec24452077e5f973309 (diff) |
Ergodone via support (#11618)
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Diffstat (limited to 'keyboards/ergodone/config.h')
-rw-r--r-- | keyboards/ergodone/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodone/config.h b/keyboards/ergodone/config.h index 5256d03a64..39e0ae8c75 100644 --- a/keyboards/ergodone/config.h +++ b/keyboards/ergodone/config.h @@ -4,8 +4,8 @@ #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED // You may want to use 0x47EC for "KTEC", which doesn't seem to be in official use as of October 2017. -#define PRODUCT_ID 0xE60D // For "EGOD"/"ErgoDone". +#define VENDOR_ID 0x1209 +#define PRODUCT_ID 0x2328 // The official ErgoDone VID and PID are documented at http://pid.codes/1209/2328/. #define DEVICE_VER 0x0001 #define MANUFACTURER K.T.E.C. |