summaryrefslogtreecommitdiffstats
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 @@
+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