SRC += curry.c \
process_records.c
# Common flags
SPACE_CADET_ENABLE = no
LTO_ENABLE = yes
EXTRAKEY_ENABLE = yes
UNICODE_ENABLE = yes
NKRO_ENABLE = yes
EXTRAKEY_ENABLE = yes
LEADER_ENABLE = yes
TAP_DANCE_ENABLE = no
SRC += secrets.c
endif
OPT_DEFS += -DNO_SECRETS
endif
endif
SRC += tap_dances.c
endif
SRC += oled.c
endif
SRC += leader.c
endif
SRC += rgb_lighting_user.c
OPT_DEFS += -DINDICATOR_LIGHTS
endif
OPT_DEFS += -DRGBLIGHT_TWINKLE
endif
OPT_DEFS += -DRGBLIGHT_NOEEPROM
endif
OPT_DEFS += -DRGBLIGHT_STARTUP_ANIMATION
endif
endif
RGB_MATRIX_ENABLE ?= no
SRC += rgb_matrix_user.c
endif
OPT_DEFS += -DKEYLOGGER_ENABLE
endif
endif
OPT_DEFS += -DMAKE_BOOTLOADER
endif
# At least until build.mk or the like drops, this is here to prevent
# VUSB boards from enabling NKRO, as they do not support it. Ideally
# this should be handled per keyboard, but until that happens ...
NKRO_ENABLE = no
endif