diff options
Diffstat (limited to 'users/xulkal/rules.mk')
-rw-r--r-- | users/xulkal/rules.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/users/xulkal/rules.mk b/users/xulkal/rules.mk new file mode 100644 index 0000000000..6758f52f5f --- /dev/null +++ b/users/xulkal/rules.mk @@ -0,0 +1,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 |