forked from mirrors/qmk_firmware
ff6c44db25
Co-authored-by: Kyle McCreery <mccreery.kyle@gmail.com>
6 lines
105 B
Makefile
6 lines
105 B
Makefile
ENCODER_MAP_ENABLE = yes
|
|
VIA_ENABLE = yes
|
|
|
|
ifeq ($(strip $(MCU)), atmega32u4)
|
|
LTO_ENABLE = yes
|
|
endif
|