aboutsummaryrefslogtreecommitdiff
path: root/keyboards/whitefox/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/whitefox/rules.mk')
-rw-r--r--keyboards/whitefox/rules.mk7
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
2SRC = matrix.c \ 2SRC = 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
70BACKLIGHT_ENABLE = yes 69BACKLIGHT_ENABLE = yes
71VISUALIZER_ENABLE = yes 70VISUALIZER_ENABLE = yes
72 71
73include $(KEYBOARD_PATH)/drivers/gdisp/IS31FL3731C/driver.mk 72LED_DRIVER = is31fl3731c
73LED_WIDTH = 16
74LED_HEIGHT = 5 \ No newline at end of file