This is a library wrapper of VUSB driver for Arduino IDE.
In order to customize the driver from the sketch you need to create platform.local.txt and add the following:
build.extra_flags=-I{build.source.path}
Now you can override any option in usbconfig.h by creating vusbconfig.h
in your sketch folder and redefine any macro.