mirror of
https://github.com/nalf3in/vial-qmk.git
synced 2025-12-22 03:30:03 +00:00
14 lines
283 B
Makefile
14 lines
283 B
Makefile
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
|
|
CONSOLE_ENABLE = no
|
|
LTO_ENABLE = yes
|
|
|
|
ifndef CONVERT_TO
|
|
# Disable QMK Settings when using a ProMicro to reduce size:
|
|
QMK_SETTINGS = no
|
|
else
|
|
# Enable Mouse Keys when when not using a ProMicro as there will be space:
|
|
MOUSEKEY_ENABLE = yes
|
|
endif
|