]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/infinity_ergodox/Makefile
Merge pull request #584 from algernon/ergodox-ez/algernon
[qmk_firmware.git] / keyboards / infinity_ergodox / Makefile
index 6ea3bd6916211df1c28aba2483abb6d1713398db..7edc03d8cc1af9e52625d80a7991ec302a482e80 100644 (file)
@@ -1,3 +1,7 @@
+# project specific files
+SRC =  matrix.c \
+       led.c
+
 ## chip/board settings
 # - the next two should match the directories in
 #   <chibios>/os/hal/ports/$(MCU_FAMILY)/$(MCU_SERIES)
@@ -62,6 +66,19 @@ COMMAND_ENABLE ?= yes    # Commands for debug and configuration
 SLEEP_LED_ENABLE ?= yes  # Breathing sleep LED during USB suspend
 NKRO_ENABLE ?= yes         # USB Nkey Rollover
 CUSTOM_MATRIX ?= yes # Custom matrix file
+SERIAL_LINK_ENABLE = yes
+VISUALIZER_ENABLE ?= yes
+LCD_ENABLE ?= yes
+LED_ENABLE ?= yes
+LCD_BACKLIGHT_ENABLE ?= yes
+
+ifdef LCD_ENABLE
+include drivers/gdisp/st7565ergodox/driver.mk
+endif
+
+ifdef LED_ENABLE
+include drivers/gdisp/IS31FL3731C/driver.mk
+endif
 
 ifndef QUANTUM_DIR
        include ../../Makefile