diff options
Diffstat (limited to 'keyboards/whitefox/rules.mk')
| -rw-r--r-- | keyboards/whitefox/rules.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/whitefox/rules.mk b/keyboards/whitefox/rules.mk index fb34dbb9a..32273e08a 100644 --- a/keyboards/whitefox/rules.mk +++ b/keyboards/whitefox/rules.mk | |||
| @@ -1,7 +1,6 @@ | |||
| 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 | ||
| 5 | 4 | ||
| 6 | ## chip/board settings | 5 | ## chip/board settings |
| 7 | # - the next two should match the directories in | 6 | # - the next two should match the directories in |
| @@ -70,4 +69,6 @@ CUSTOM_MATRIX = yes # Custom matrix file | |||
| 70 | BACKLIGHT_ENABLE = yes | 69 | BACKLIGHT_ENABLE = yes |
| 71 | VISUALIZER_ENABLE = yes | 70 | VISUALIZER_ENABLE = yes |
| 72 | 71 | ||
| 73 | include $(KEYBOARD_PATH)/drivers/gdisp/IS31FL3731C/driver.mk | 72 | LED_DRIVER = is31fl3731c |
| 73 | LED_WIDTH = 16 | ||
| 74 | LED_HEIGHT = 5 \ No newline at end of file | ||
