Code: Select all
PROGMEM char usbHidReportDescriptor[24] = {
PROGMEM puts it in flash.
V-USB in normal config doesn't use a lot of RAM. You can save 1 or 2 bytes by using the GPIOR registers as SRAM. But that's about it.
Code: Select all
PROGMEM char usbHidReportDescriptor[24] = {