d1f4a03f75
* Add support for Reviung41 * Add readme file for Reviung41 Vial keymap * Add comment to unlock key settings * Update readme with link to KLE layout. * Reduce firmware size when using a ProMicro The following functions will be disabled to reduce firmware size when using a ProMicro MCU: * QMK Settings * Mouse Keys If an alternate MCU is used and a [converter](https://docs.qmk.fm/#/feature_converters?id=supported-converters) is specified, these features will be enabled. `readme.md` has been updated to note this.
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
|