Arduino pro micro/leonardo bootloader jmp #256
|
Thanks. This is useful info for users of the controller. Bootloader source code for future reference. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To be able to program my arduino pro micro (Caterina bootloader) by keypress with tmk I needed to add a custom bootloader_jump function.
Is this something that you would want to add to the tmk_core or is this kind of thing expected to reside in custom projects.
Either way I'll leave this here in case other people are curious how to implement this.