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