9 lines
149 B
Makefile
9 lines
149 B
Makefile
# Squeezing the most out of AVR
|
|
LTO_ENABLE = yes
|
|
|
|
# Enable some features
|
|
CAPS_WORD_ENABLE = yes
|
|
COMBO_ENABLE = yes
|
|
PROGRAMMABLE_BUTTON_ENABLE = yes
|
|
|