* initial Vial keymap * fix: vial keymap --------- Co-authored-by: Dylan <36281259+NamesReed@users.noreply.github.com>
12 lines
228 B
Makefile
12 lines
228 B
Makefile
ENCODER_MAP_ENABLE = yes
|
|
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
|
|
ifeq ($(strip $(MCU)), atmega32u4)
|
|
GRAVE_ESC_ENABLE = no
|
|
KEY_OVERRIDE_ENABLE = no
|
|
LTO_ENABLE = yes
|
|
MAGIC_ENABLE = no
|
|
SPACE_CADET_ENABLE = no
|
|
endif
|