]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/ergodox/infinity/rules.mk
clone smt layout
[qmk_firmware.git] / keyboards / ergodox / infinity / rules.mk
index 473a6dfec6d72935eac0e614b636c30f9ecaace7..af29ebce8d637129ecb7f4eff911d5fd595ea2aa 100644 (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
@@ -59,21 +60,12 @@ OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000
 #
 CUSTOM_MATRIX ?= yes # Custom matrix file
 SERIAL_LINK_ENABLE = yes
-VISUALIZER_ENABLE ?= no #temporarily disabled to make everything compile
+VISUALIZER_ENABLE ?= yes
 LCD_ENABLE ?= yes
-LED_ENABLE ?= yes
+BACKLIGHT_ENABLE ?= yes
 LCD_BACKLIGHT_ENABLE ?= yes
 MIDI_ENABLE = no
 RGBLIGHT_ENABLE = no
 
-ifndef QUANTUM_DIR
-       include ../../../Makefile
-endif
-
-ifdef LCD_ENABLE
 include $(SUBPROJECT_PATH)/drivers/gdisp/st7565ergodox/driver.mk
-endif
-
-ifdef LED_ENABLE
-include $(SUBPROJECT_PATH)/drivers/gdisp/IS31FL3731C/driver.mk
-endif
+include $(SUBPROJECT_PATH)/drivers/gdisp/IS31FL3731C/driver.mk
\ No newline at end of file