mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-24 12:22:57 +00:00
9 lines
113 B
Makefile
9 lines
113 B
Makefile
|
# MCU name
|
||
|
MCU = atmega32u4
|
||
|
|
||
|
# Bootloader selection
|
||
|
BOOTLOADER = caterina
|
||
|
|
||
|
SPLIT_KEYBOARD = yes
|
||
|
LTO_ENABLE = yes
|