This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

18 lines
441 B
Makefile
Raw Normal View History

2019-02-28 21:20:26 -06:00
SRC += xulkal.c \
process_records.c \
custom_tap_dance.c \
custom_encoder.c \
custom_oled.c \
timer_utils.c
2019-02-28 21:20:26 -06:00
# Some usual defaults
MOUSEKEY_ENABLE = no # Mouse keys (+4700)
EXTRAKEY_ENABLE = yes # Audio control and System control (+450)
2019-06-05 18:14:35 -05:00
TAP_DANCE_ENABLE = yes
2019-02-28 21:20:26 -06:00
ifneq ($(strip $(DISABLE_LTO)), yes)
EXTRAFLAGS += -flto
OPT_DEFS += -DNO_ACTION_MACRO
OPT_DEFS += -DNO_ACTION_FUNCTION
endif