forked from mirrors/qmk_userspace
HHKB support.
This commit is contained in:
parent
2c453c7269
commit
958875247c
7 changed files with 874 additions and 9 deletions
2
usb.c
2
usb.c
|
@ -47,7 +47,7 @@
|
|||
// INF file is needed to load the driver. These numbers need to
|
||||
// match the INF file.
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0xBABE
|
||||
#define PRODUCT_ID 0xCAFE
|
||||
|
||||
|
||||
// USB devices are supposed to implment a halt feature, which is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue