9 lines
113 B
Makefile
9 lines
113 B
Makefile
|
# MCU name
|
||
|
MCU = atmega32u4
|
||
|
|
||
|
# Bootloader selection
|
||
|
BOOTLOADER = caterina
|
||
|
|
||
|
SPLIT_KEYBOARD = yes
|
||
|
LTO_ENABLE = yes
|