summaryrefslogtreecommitdiffstats
path: root/platforms/avr/bootloaders
Commit message (Collapse)AuthorAgeFilesLines
* [Core] Add Reboot keycode to core (#15990)Drashna Jaelre2022-05-146-1/+52
|
* Format code according to conventions (#16322)QMK Bot2022-02-122-7/+7
|
* Create a build error if no bootloader is specified. (#16181)Nick Brassel2022-02-031-0/+0
| | | | | | | | | * Create a build error if no bootloader is specified. * Update builddefs/bootloader.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Format code according to conventions (#15593)QMK Bot2021-12-276-13/+8
|
* Refactor `bootloader_jump()` implementations (#15450)Ryan2021-12-276-0/+332
* Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot`