aboutsummaryrefslogtreecommitdiff
path: root/users/xulkal/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'users/xulkal/rules.mk')
-rw-r--r--users/xulkal/rules.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/users/xulkal/rules.mk b/users/xulkal/rules.mk
new file mode 100644
index 000000000..6758f52f5
--- /dev/null
+++ b/users/xulkal/rules.mk
@@ -0,0 +1,13 @@
1SRC += xulkal.c \
2 process_records.c
3
4# Some usual defaults
5MOUSEKEY_ENABLE = no # Mouse keys (+4700)
6EXTRAKEY_ENABLE = yes # Audio control and System control (+450)
7TAP_DANCE_ENABLE = yes # Enable the tap dance feature. (+1100)
8
9ifneq ($(strip $(DISABLE_LTO)), yes)
10 EXTRAFLAGS += -flto
11 OPT_DEFS += -DNO_ACTION_MACRO
12 OPT_DEFS += -DNO_ACTION_FUNCTION
13endif