summaryrefslogtreecommitdiffstats
path: root/users/xulkal/rules.mk
blob: 6758f52f5ff767f27f34838b1e75ff4271db819e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SRC += xulkal.c \
       process_records.c

# Some usual defaults
MOUSEKEY_ENABLE         = no    # Mouse keys (+4700)
EXTRAKEY_ENABLE         = yes   # Audio control and System control (+450)
TAP_DANCE_ENABLE        = yes   # Enable the tap dance feature. (+1100)

ifneq ($(strip $(DISABLE_LTO)), yes)
  EXTRAFLAGS += -flto
  OPT_DEFS += -DNO_ACTION_MACRO
  OPT_DEFS += -DNO_ACTION_FUNCTION
endif