10 lines
248 B
Makefile
10 lines
248 B
Makefile
|
BACKLIGHT_DRIVER = custom
|
||
|
NKRO_ENABLE = yes
|
||
|
TERMINAL_ENABLE = yes
|
||
|
DYNAMIC_MACRO_ENABLE = yes
|
||
|
|
||
|
# Use RAM (fake EEPROM, transient) instead of real EEPROM
|
||
|
EEPROM_DRIVER = transient
|
||
|
|
||
|
# LTO: Link Time Optimizations. Reduce compiled size
|
||
|
LTO_ENABLE = yes
|