ahtn / keyplus

An easy to use, wired and wireless modular keyboard firmware
MIT License
246 stars 40 forks source link

making a C# app to flash to atmega32u4 with this bootloader. #109

Open ulao opened 1 year ago

ulao commented 1 year ago

@ahtn

hope you can maybe light a torch for me. I have c# app that uses control transfers via a bootloader on an old mega32 chip to load firmware. I want to use this same idea with the bootloader you made for FP. I know little to nothing about py but I assume you are doing the same thing. Can you point my in the direction of how you use the CT to send the data. I guess this should be in the descriptor but would be nice to see the function that does it.