10 lines
179 B
Makefile
10 lines
179 B
Makefile
# MCU name
|
|
MCU = atmega32u4
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = caterina
|
|
|
|
RGBLIGHT_ENABLE = yes
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
LTO_ENABLE = yes
|