]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/ergodox/infinity/rules.mk
Update keyboards' rules.mk/Makefiles (#1442)
[qmk_firmware.git] / keyboards / ergodox / infinity / rules.mk
index ccb735a485beede2222294951d429ab0e754dc79..bbb0f6efea53b302ed440291763f929d64a18171 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
@@ -57,21 +58,14 @@ OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000
 # Build Options
 #   comment out to disable the options.
 #
-CUSTOM_MATRIX ?= yes # Custom matrix file
+CUSTOM_MATRIX = yes # Custom matrix file
 SERIAL_LINK_ENABLE = yes
-VISUALIZER_ENABLE ?= no #temporarily disabled to make everything compile
-LCD_ENABLE ?= yes
-LED_ENABLE ?= yes
-LCD_BACKLIGHT_ENABLE ?= yes
+VISUALIZER_ENABLE = yes
+LCD_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