ability to define USB Vendor ID, Product ID, Product name from arduino sketch

I'm working on a Midi based project and want to be able to change the name of the usb device on multiple teensy's. I know how to change it through the usb_private.h (usb_desc.h on teensy 3.0) But I'd like the convenience of just setting it in the sketch. Could there be a way to do this?


Thanks!
 
This is on my to-do list. There are a couple technical issues, including a planned change to the build process for Teensy 3.0, so this feature is waiting on that change.
 
Back
Top