diff options
Diffstat (limited to 'users/kuchosauronad0/rules.mk')
| -rw-r--r-- | users/kuchosauronad0/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/kuchosauronad0/rules.mk b/users/kuchosauronad0/rules.mk index 8610a9b7a..ad1308373 100644 --- a/users/kuchosauronad0/rules.mk +++ b/users/kuchosauronad0/rules.mk | |||
| @@ -14,6 +14,9 @@ endif | |||
| 14 | ifeq ($(strip $(ENCODER_ENABLE)), yes) | 14 | ifeq ($(strip $(ENCODER_ENABLE)), yes) |
| 15 | SRC += encoder.c | 15 | SRC += encoder.c |
| 16 | endif | 16 | endif |
| 17 | ifeq ($(strip $(COMBO_ENABLE)), yes) | ||
| 18 | SRC += combo.c | ||
| 19 | endif | ||
| 17 | 20 | ||
| 18 | ifeq ($(strip $(LEADER_ENABLE)), yes) | 21 | ifeq ($(strip $(LEADER_ENABLE)), yes) |
| 19 | SRC += leader.c | 22 | SRC += leader.c |
