12 lines
344 B
Makefile
12 lines
344 B
Makefile
USER_NAME := mtei
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
# CONSOLE_ENABLE and COMMAND_ENABLE
|
|
# yes, no +1500
|
|
# yes, yes +3200
|
|
# no, yes +400
|
|
ENCODER_ENABLE = no
|
|
LTO_ENABLE = no # if firmware size over limit, try this option
|
|
LED_ANIMATIONS = yes
|