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 000000000..6758f52f5 --- /dev/null +++ b/users/xulkal/rules.mk | |||
| @@ -0,0 +1,13 @@ | |||
| 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 | ||
