forked from mirrors/qmk_firmware
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
|