7 lines
109 B
Makefile
7 lines
109 B
Makefile
# MCU name
|
|
MCU = atmega32u4
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = caterina
|
|
|
|
OPT_DEFS += -DBOOTLOADER_CATERINA
|