summaryrefslogtreecommitdiff
path: root/keyboards/doro67/regular/config.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2020-03-14 11:47:29 -0700
committerGitHub <noreply@github.com>2020-03-14 11:47:29 -0700
commit7aa21cc287cd92cbfb8f3f7efce3a16058292349 (patch)
treeb3e9674f229a3f799ac1c6980e7e197aacd4ed30 /keyboards/doro67/regular/config.h
parentd597af9e1e15ed54b3f967c52e39a6cc3b980b68 (diff)
VIA Support: Doro 67 (#8399)
* add via keymap for doro67 * have more sensible VID and PID * apply the same VIA changes to the regular PCB * Update keyboards/doro67/rgb/keymaps/via/keymap.c * Update keyboards/doro67/regular/config.h * fix some formatting * add via support for multi doro67
Diffstat (limited to 'keyboards/doro67/regular/config.h')
-rw-r--r--keyboards/doro67/regular/config.h5
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
-