diff options
Diffstat (limited to 'keyboards/whitefox/rules.mk')
| -rw-r--r-- | keyboards/whitefox/rules.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/keyboards/whitefox/rules.mk b/keyboards/whitefox/rules.mk index 18b690f49..565381e16 100644 --- a/keyboards/whitefox/rules.mk +++ b/keyboards/whitefox/rules.mk | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | # project specific files | 1 | # project specific files |
| 2 | SRC = matrix.c \ | 2 | SRC = matrix.c \ |
| 3 | led.c | 3 | led.c \ |
| 4 | animations.c | ||
| 4 | 5 | ||
| 5 | ## chip/board settings | 6 | ## chip/board settings |
| 6 | # - the next two should match the directories in | 7 | # - the next two should match the directories in |
| @@ -66,3 +67,7 @@ COMMAND_ENABLE ?= yes # Commands for debug and configuration | |||
| 66 | #SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 67 | #SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend |
| 67 | NKRO_ENABLE ?= yes # USB Nkey Rollover | 68 | NKRO_ENABLE ?= yes # USB Nkey Rollover |
| 68 | CUSTOM_MATRIX ?= yes # Custom matrix file | 69 | CUSTOM_MATRIX ?= yes # Custom matrix file |
| 70 | BACKLIGHT_ENABLE ?= yes | ||
| 71 | VISUALIZER_ENABLE ?= yes | ||
| 72 | |||
| 73 | include $(KEYBOARD_PATH)/drivers/gdisp/IS31FL3731C/driver.mk | ||
