26 lines
449 B
Makefile
26 lines
449 B
Makefile
# Bootloader selection
|
|
# BOOTLOADER = caterina
|
|
|
|
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
ENCODER_MAP_ENABLE = yes
|
|
OLED_ENABLE = no
|
|
|
|
AUTO_SHIFT_ENABLE = yes
|
|
COMBO_ENABLE = yes
|
|
TAP_DANCE_ENABLE = no
|
|
|
|
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
|
|
QMK_SETTINGS = yes
|
|
KEY_OVERRIDE_ENABLE = no
|
|
SPACE_CADET_ENABLE = no
|
|
GRAVE_ESC_ENABLE = no
|
|
MAGIC_ENABLE = no
|
|
AVR_USE_MINIMAL_PRINTF = yes
|
|
|
|
CAPS_WORD_ENABLE = no
|
|
LAYER_LOCK_ENABLE = no
|
|
REPEAT_KEY_ENABLE = no
|