* Added vial support for For_Science * Update rules.mk * Disabled QMK features to keep firmware size in check for AVR * moved qmk feature flags from keyboard.json to vial/rules.mk Moved QMK feature disables to vial/rules.mk to maintain compatibility with upstream QMK. * Delete rules.mk
5 lines
92 B
Makefile
5 lines
92 B
Makefile
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
LTO_ENABLE = yes
|
|
CONSOLE_ENABLE = no
|
|
COMMAND_ENABLE = no
|