You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the :bootloader target assumes the ATMega32U4, 5v controller. That's fine if you want to use that controller.
However, it would be nice if it imported the MCU, F_CPU, and other settings from the board in question. This includes the firmware size, and bootloader offset info.
Right now, the
:bootloader
target assumes the ATMega32U4, 5v controller. That's fine if you want to use that controller.However, it would be nice if it imported the MCU, F_CPU, and other settings from the board in question. This includes the firmware size, and bootloader offset info.
The settings are here:
https://github.com/qmk/qmk_firmware/blob/master/lib/lufa/Bootloaders/DFU/makefile#L18
Feature Request Type
The text was updated successfully, but these errors were encountered: