Obtain a own PID and change name
MacGH23 opened this issue · comments
You can obtain an own PID for free at
https://pid.codes/
and add a Profile to the board.txt.
Then you can change the name to e.g.
"Necroware gameport"
instead of "Arduino Leonardo"
Great idea!
Just posting for reference (boards.txt handling):
#44 (comment)
There's also OpenMoko offering the opportunity to do that:
https://wiki.openmoko.org/wiki/USB_Product_IDs
As the openmoko products have been discontinued, Openmoko Inc. is opening up the use of its Vendor ID for use by the Free and Open Source software and hardware communities. This means you can simply register your devices and will get an allocation of a Product ID for free.
I've looked at this, and this would either requires a lot of manual steps in the Arduino SDK directories, or building "by hand" without the Arduino IDE.
I've started working on a Makefile but didn't manage to compile successfully before running out of time. I'll look again soon unless somebody beats me to it.