diff options
Diffstat (limited to 'users/xulkal/rules.mk')
-rw-r--r-- | users/xulkal/rules.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/users/xulkal/rules.mk b/users/xulkal/rules.mk index 6758f52f5..50dc75d61 100644 --- a/users/xulkal/rules.mk +++ b/users/xulkal/rules.mk | |||
@@ -1,10 +1,13 @@ | |||
1 | SRC += xulkal.c \ | 1 | SRC += xulkal.c \ |
2 | process_records.c | 2 | process_records.c \ |
3 | custom_tap_dance.c \ | ||
4 | custom_encoder.c \ | ||
5 | custom_oled.c \ | ||
6 | timer_utils.c | ||
3 | 7 | ||
4 | # Some usual defaults | 8 | # Some usual defaults |
5 | MOUSEKEY_ENABLE = no # Mouse keys (+4700) | 9 | MOUSEKEY_ENABLE = no # Mouse keys (+4700) |
6 | EXTRAKEY_ENABLE = yes # Audio control and System control (+450) | 10 | EXTRAKEY_ENABLE = yes # Audio control and System control (+450) |
7 | TAP_DANCE_ENABLE = yes # Enable the tap dance feature. (+1100) | ||
8 | 11 | ||
9 | ifneq ($(strip $(DISABLE_LTO)), yes) | 12 | ifneq ($(strip $(DISABLE_LTO)), yes) |
10 | EXTRAFLAGS += -flto | 13 | EXTRAFLAGS += -flto |