Question
I have a question about the USB interface of the Arduino Leonard.
I changed the VID / PID of the Arduino Leonard by modifying the boards.txt file in the directory "~/Library/Arduino15/packages/arduino/hardware/avr/1.8.5" as shown below.
Then, VID / PID was changed as I aimed.
However, the USB device class changed from 0x02 (CDC) to 0x00.
Is it possible to change only the VID / PID with the USB device class of 0x02 (CDC) on the Arduino Leonard?