mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-29 22:45:51 +00:00
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
|