Solved!
Seems i needed to include the instructions in main() between init() and setup():
#if defined(USBCON)
USBDevice.attach();
#endif
Solved!
Seems i needed to include the instructions in main() between init() and setup():
#if defined(USBCON)
USBDevice.attach();
#endif