48d0296d66
* Adjusted default featureset Enable mousekeys, combos, disable some advanced and uncommon features for macropads * feat: reenable features for non-AVR MCUs
16 lines
314 B
Makefile
16 lines
314 B
Makefile
VIA_ENABLE = yes
|
|
LTO_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
ENCODER_MAP_ENABLE = yes
|
|
MOUSEKEY_ENABLE = yes
|
|
COMBOS_ENABLE = yes
|
|
|
|
ifeq ($(strip $(MCU)), atmega32u4)
|
|
QMK_SETTINGS = no
|
|
TAP_DANCE_ENABLE = no
|
|
KEY_OVERRIDE_ENABLE = no
|
|
GRAVE_ESC_ENABLE = no
|
|
SPACE_CADET_ENABLE = no
|
|
MAGIC_ENABLE = no
|
|
endif
|