NicoHood / HoodLoader2

16u2 Bootloader to reprogram 16u2 + 328/2560 with Arduino IDE
http://www.nicohood.de
739 stars 185 forks source link

Remove CDC #48

Closed supersjimmie closed 7 years ago

supersjimmie commented 7 years ago

You explain: "Once you've uploaded your custom program it is possible that you don't have the CDC Serial any more. That might happen if you want to deactivate the USB functions or upload a custom firmware. "

How can I remove the CDC Serial so the device is really only acting as a keyboard, without the CDC serial? Would removing the include HID.h do that?

NicoHood commented 7 years ago

You cannot remove the CDC Serial from the Arduino USB core. You need to write your own lufa programm to do that. Also this is not a hoodloader question, ad the bootloader is not responsible for the program that you upload.