6 lines
140 B
Makefile
6 lines
140 B
Makefile
# Override the default bootloader since I am using a non-standard MCU
|
|
BOOTLOADER = qmk-dfu
|
|
|
|
# Enable bootloader keys
|
|
BOOTMAGIC_ENABLE = yes
|