c163777319
* fix: enable encoder mapping * fix: 11,0 key position
15 lines
299 B
Makefile
15 lines
299 B
Makefile
VIA_ENABLE = yes
|
|
LTO_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
|
|
ENCODER_MAP_ENABLE = yes
|
|
|
|
ifeq ($(strip $(MCU)), atmega32u4)
|
|
QMK_SETTINGS = no
|
|
|
|
MAGIC_ENABLE = no
|
|
COMBO_ENABLE = no
|
|
KEY_OVERRIDE_ENABLE = no
|
|
TAP_DANCE_ENABLE = no
|
|
endif
|