mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-16 22:53:22 +00:00
ff6c44db25
Co-authored-by: Kyle McCreery <mccreery.kyle@gmail.com>
7 lines
105 B
Makefile
7 lines
105 B
Makefile
ENCODER_MAP_ENABLE = yes
|
|
VIA_ENABLE = yes
|
|
|
|
ifeq ($(strip $(MCU)), atmega32u4)
|
|
LTO_ENABLE = yes
|
|
endif
|