14 lines
205 B
Makefile
14 lines
205 B
Makefile
|
# MCU name
|
||
|
MCU = atmega32u4
|
||
|
|
||
|
# Bootloader selection
|
||
|
BOOTLOADER = caterina
|
||
|
|
||
|
# Build Options
|
||
|
# change yes to no to disable
|
||
|
#
|
||
|
BOOTMAGIC_ENABLE = yes
|
||
|
EXTRAKEY_ENABLE = yes
|
||
|
NKRO_ENABLE = yes
|
||
|
LTO_ENABLE = yes
|