forked from mirrors/qmk_firmware
Fixing the PRODUCT_ID to match the liminal.json on VIA repo (#9232)
This commit is contained in:
parent
aab5c44c7d
commit
14eccef7bf
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
/* USB Device descriptor parameter */
|
/* USB Device descriptor parameter */
|
||||||
#define VENDOR_ID 0x4B4B
|
#define VENDOR_ID 0x4B4B
|
||||||
#define PRODUCT_ID 0x0002
|
#define PRODUCT_ID 0x0003
|
||||||
#define DEVICE_VER 0x0001
|
#define DEVICE_VER 0x0001
|
||||||
#define MANUFACTURER TheRoyalSweatshirt
|
#define MANUFACTURER TheRoyalSweatshirt
|
||||||
#define PRODUCT Liminal
|
#define PRODUCT Liminal
|
||||||
|
|
Loading…
Reference in a new issue