1
0
Fork 0

Rename led test to led_keyframes and move animation to Ergodox

This commit is contained in:
Fred Sundvik 2017-04-08 23:04:27 +03:00
parent 306353bf06
commit c5d2b7ff16
5 changed files with 78 additions and 61 deletions

View file

@ -43,7 +43,7 @@ OPT_DEFS += -DLCD_BACKLIGHT_ENABLE
endif
ifeq ($(strip $(LED_ENABLE)), yes)
SRC += $(VISUALIZER_DIR)/led_test.c
SRC += $(VISUALIZER_DIR)/led_keyframes.c
OPT_DEFS += -DLED_ENABLE
endif