diff options
Diffstat (limited to 'users/curry/rules.mk')
| -rw-r--r-- | users/curry/rules.mk | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/users/curry/rules.mk b/users/curry/rules.mk index 2ebb80794..87d3b38ea 100644 --- a/users/curry/rules.mk +++ b/users/curry/rules.mk | |||
| @@ -1,8 +1,15 @@ | |||
| 1 | SRC += curry.c \ | 1 | SRC += curry.c \ |
| 2 | process_records.c | 2 | process_records.c |
| 3 | 3 | ||
| 4 | LTO_ENABLE = yes | 4 | # Common flags |
| 5 | SPACE_CADET_ENABLE = no | 5 | SPACE_CADET_ENABLE = no |
| 6 | LTO_ENABLE = yes | ||
| 7 | EXTRAKEY_ENABLE = yes | ||
| 8 | UNICODE_ENABLE = yes | ||
| 9 | NKRO_ENABLE = yes | ||
| 10 | EXTRAKEY_ENABLE = yes | ||
| 11 | LEADER_ENABLE = yes | ||
| 12 | TAP_DANCE_ENABLE = no | ||
| 6 | 13 | ||
| 7 | ifneq ($(strip $(NO_SECRETS)), yes) | 14 | ifneq ($(strip $(NO_SECRETS)), yes) |
| 8 | ifneq ("$(wildcard $(USER_PATH)/secrets.c)","") | 15 | ifneq ("$(wildcard $(USER_PATH)/secrets.c)","") |
| @@ -21,8 +28,12 @@ ifeq ($(strip $(OLED_DRIVER_ENABLE)), yes) | |||
| 21 | SRC += oled.c | 28 | SRC += oled.c |
| 22 | endif | 29 | endif |
| 23 | 30 | ||
| 31 | ifeq ($(strip $(LEADER_ENABLE)), yes) | ||
| 32 | SRC += leader.c | ||
| 33 | endif | ||
| 34 | |||
| 24 | ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) | 35 | ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) |
| 25 | SRC += rgb_stuff.c | 36 | SRC += rgb_lighting_user.c |
| 26 | ifeq ($(strip $(INDICATOR_LIGHTS)), yes) | 37 | ifeq ($(strip $(INDICATOR_LIGHTS)), yes) |
| 27 | OPT_DEFS += -DINDICATOR_LIGHTS | 38 | OPT_DEFS += -DINDICATOR_LIGHTS |
| 28 | endif | 39 | endif |
| @@ -39,10 +50,9 @@ endif | |||
| 39 | 50 | ||
| 40 | RGB_MATRIX_ENABLE ?= no | 51 | RGB_MATRIX_ENABLE ?= no |
| 41 | ifneq ($(strip $(RGB_MATRIX_ENABLE)), no) | 52 | ifneq ($(strip $(RGB_MATRIX_ENABLE)), no) |
| 42 | SRC += rgb_stuff.c | 53 | SRC += rgb_matrix_user.c |
| 43 | endif | 54 | endif |
| 44 | 55 | ||
| 45 | |||
| 46 | ifdef CONSOLE_ENABLE | 56 | ifdef CONSOLE_ENABLE |
| 47 | ifeq ($(strip $(KEYLOGGER_ENABLE)), yes) | 57 | ifeq ($(strip $(KEYLOGGER_ENABLE)), yes) |
| 48 | OPT_DEFS += -DKEYLOGGER_ENABLE | 58 | OPT_DEFS += -DKEYLOGGER_ENABLE |
