forked from forks/qmk_firmware
Update config.h
updated vendor id and removed unnecessary comments
This commit is contained in:
parent
94439e6751
commit
7488f5bc66
|
|
@ -3,7 +3,7 @@
|
|||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x1234
|
||||
#define VENDOR_ID 0x0000
|
||||
#define PRODUCT_ID 0x0000
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER Pabile
|
||||
|
|
@ -28,7 +28,4 @@ for pro micro facing back of pcb
|
|||
/* COL2ROW or ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
/*
|
||||
#define TAPPING_TERM 200
|
||||
*/
|
||||
#define RETRO_TAPPING
|
||||
|
|
|
|||
Loading…
Reference in a new issue