Create a file for shared Ergodox Infinity animations

This commit is contained in:
Fred Sundvik
2017-04-08 22:48:18 +03:00
parent c6ca996f4e
commit 306353bf06
5 changed files with 90 additions and 77 deletions

View File

@@ -1,6 +1,7 @@
# project specific files
SRC = matrix.c \
led.c
led.c \
animations.c
## chip/board settings
# - the next two should match the directories in
@@ -72,4 +73,4 @@ endif
ifdef LED_ENABLE
include $(SUBPROJECT_PATH)/drivers/gdisp/IS31FL3731C/driver.mk
endif
endif