I'm currently making my own version of an Arduino Leonardo and want a way to differentiate between it and the Leonardo, I have my own bootloader with edited descriptors to change the pid ,vid , name and company but it shows up as a Leonardo if I don't change the pid and vid, and shows up as a USB Serial port if I do change them.
I'm thinking I need to write my own driver for it to have the correct name, is there any resources that can point me in the right direction?
I tried editing arduinos but it fails on install, I think the security file has something to do with that.