11 lines
213 B
Makefile
11 lines
213 B
Makefile
|
VIA_ENABLE = yes
|
||
|
VIAL_ENABLE = yes
|
||
|
|
||
|
# Reduce firmware size
|
||
|
LTO_ENABLE = yes
|
||
|
QMK_SETTINGS = no
|
||
|
KEY_OVERRIDE_ENABLE = no
|
||
|
|
||
|
# Disabling tap dance because it somehow leads to an unusable firmware
|
||
|
TAP_DANCE_ENABLE = no
|