3f66e25b41
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nicolas Ballet <balletn@igbmc.fr>
8 lines
113 B
Makefile
8 lines
113 B
Makefile
# MCU name
|
|
MCU = atmega32u4
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = caterina
|
|
|
|
SPLIT_KEYBOARD = yes
|
|
LTO_ENABLE = yes
|