74db44226f
* Initial commit * feat: LED sync between halves, layout tweaks * feat: Vial keymap for mirrored configuration * post-breaking changes refactor * refactor: more symmetrical layout definitions Co-authored-by: Kyle McCreery <mccreery.kyle@gmail.com>
12 lines
244 B
Makefile
12 lines
244 B
Makefile
VIA_ENABLE = yes
|
|
LTO_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
|
|
ifeq ($(strip $(MCU)), atmega32u4)
|
|
QMK_SETTINGS = no
|
|
|
|
COMBO_ENABLE = no
|
|
KEY_OVERRIDE_ENABLE = no
|
|
TAP_DANCE_ENABLE = no
|
|
endif
|