15 lines
365 B
Makefile
15 lines
365 B
Makefile
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
|
|
# These options reduce firmware size to something flashable
|
|
# tap-dance, combos, and key overrides don't make sense with a single button
|
|
TAP_DANCE_ENABLE = no
|
|
COMBO_ENABLE = no
|
|
KEY_OVERRIDE_ENABLE = no
|
|
|
|
# reduces firmware size from 95% to 80%
|
|
LTO_ENABLE = yes
|
|
|
|
CAPS_WORD_ENABLE = no
|
|
LAYER_LOCK_ENABLE = no
|
|
REPEAT_KEY_ENABLE = no
|