diff options
Diffstat (limited to 'keyboards/doro67/regular/config.h')
-rw-r--r-- | keyboards/doro67/regular/config.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/doro67/regular/config.h b/keyboards/doro67/regular/config.h index 8c5c670da9..4cfe2487d3 100644 --- a/keyboards/doro67/regular/config.h +++ b/keyboards/doro67/regular/config.h @@ -3,8 +3,8 @@ #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x0000 +#define VENDOR_ID 0x4250 // BP for Backprop +#define PRODUCT_ID 0x5245 // RE for Regular #define DEVICE_VER 0x0001 #define MANUFACTURER Backprop Studio #define PRODUCT Doro67 Regular PCB @@ -28,4 +28,3 @@ #define MATRIX_COL_PINS { B0, B1, B2, B3, D4, D6, D7, B4, B5, B6, C6, C7, F5, F6, F7 } #define DIODE_DIRECTION COL2ROW - |