15 lines
295 B
Makefile
15 lines
295 B
Makefile
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
ENCODER_MAP_ENABLE = yes
|
|
|
|
# Reduce size on atmega32u4
|
|
ifeq ($(strip $(CONVERT_TO)), )
|
|
TAP_DANCE_ENABLE = no
|
|
QMK_SETTINGS = no
|
|
KEY_OVERRIDE_ENABLE = no
|
|
COMBO_ENABLE = no
|
|
endif
|
|
|
|
CAPS_WORD_ENABLE = no
|
|
LAYER_LOCK_ENABLE = no
|
|
REPEAT_KEY_ENABLE = no
|