f65e79477f
* define VID/PID in post_config.h, add via keymap * update readme, set vid/pid for via * update keymap * delete usbconfig.h, update keymap * add status led feature * Apply suggestions from code review Co-Authored-By: Joel Challis <git@zvecr.com> * undef vid/pid in keymap Co-authored-by: Joel Challis <git@zvecr.com>
6 lines
143 B
C
6 lines
143 B
C
// These VID/PID is not verified. Use at your own risk.
|
|
#undef VENDOR_ID
|
|
#undef PRODUCT_ID
|
|
|
|
#define VENDOR_ID 0x0d39
|
|
#define PRODUCT_ID 0x0001
|