forked from mirrors/qmk_userspace
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
This commit is contained in:
parent
d597af9e1e
commit
7aa21cc287
12 changed files with 296 additions and 7 deletions
|
@ -3,8 +3,8 @@
|
|||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0xD070
|
||||
#define VENDOR_ID 0x4250 // BP for Backprop
|
||||
#define PRODUCT_ID 0x4D4C // ML for Multi
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER Backprop Studio
|
||||
#define PRODUCT Doro67 Multi PCB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue