]> 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 fb21aae5ebc236809b13cdf7f6754c7da6357365..7edc03d8cc1af9e52625d80a7991ec302a482e80 100644 (file)
@@ -66,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