mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 06:29:15 +00:00
Update config.h
This commit is contained in:
parent
cad5a33201
commit
269df0535e
1 changed files with 1 additions and 2 deletions
|
@ -4,12 +4,11 @@
|
|||
#include "config.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define VENDOR_ID 0x445A // "DZ"
|
||||
#define PRODUCT_ID 0x2260
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER KBDFans
|
||||
#define PRODUCT DZ60
|
||||
#define DESCRIPTION DZ60 Keyboard
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
|
|
Loading…
Reference in a new issue