diff options
author | That-Canadian <poole.chris.11@gmail.com> | 2017-07-10 16:52:56 -0400 |
---|---|---|
committer | That-Canadian <poole.chris.11@gmail.com> | 2017-07-10 16:52:56 -0400 |
commit | 07bf8522ca23a7665852bb9defff0749c76f5e91 (patch) | |
tree | a03aa70cc7e9899c605b5e3597cf15ccdf70182c /keyboards/whitefox/rules.mk | |
parent | 707f4efd99f4dfd7213540f7ee86f0fe8e6ad634 (diff) | |
parent | 65c10790d4f7b89bef849ed3896db4ea30b13a40 (diff) | |
download | qmk_firmware-07bf8522ca23a7665852bb9defff0749c76f5e91.tar.gz qmk_firmware-07bf8522ca23a7665852bb9defff0749c76f5e91.zip |
Merge remote-tracking branch 'upstream/master'
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 fb34dbb9a4..32273e08aa 100644 --- a/keyboards/whitefox/rules.mk +++ b/keyboards/whitefox/rules.mk @@ -1,7 +1,6 @@ # project specific files SRC = matrix.c \ - led.c \ - animations.c + led.c ## chip/board settings # - the next two should match the directories in @@ -70,4 +69,6 @@ CUSTOM_MATRIX = yes # Custom matrix file BACKLIGHT_ENABLE = yes VISUALIZER_ENABLE = yes -include $(KEYBOARD_PATH)/drivers/gdisp/IS31FL3731C/driver.mk +LED_DRIVER = is31fl3731c +LED_WIDTH = 16 +LED_HEIGHT = 5
\ No newline at end of file |