]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/xulkal/rules.mk
[Keymap] Update Xulkal user code (#5920)
[qmk_firmware.git] / users / xulkal / rules.mk
1 SRC += xulkal.c \
2        process_records.c
3
4 # Some usual defaults
5 MOUSEKEY_ENABLE         = no    # Mouse keys (+4700)
6 EXTRAKEY_ENABLE         = yes   # Audio control and System control (+450)
7 TAP_DANCE_ENABLE        = yes   # Enable the tap dance feature. (+1100)
8
9 ifneq ($(strip $(DISABLE_LTO)), yes)
10   EXTRAFLAGS += -flto
11   OPT_DEFS += -DNO_ACTION_MACRO
12   OPT_DEFS += -DNO_ACTION_FUNCTION
13 endif