]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/ergodox/infinity/rules.mk
Update ErgoDox readme
[qmk_firmware.git] / keyboards / ergodox / infinity / rules.mk
index 9e22463637dd33b4e6826d24d593d0e2978ae8b8..a341bbfce8136c318abb5ccdb25dbb48e41034be 100644 (file)
@@ -1,7 +1,6 @@
 # project specific files
 SRC =  matrix.c \
-       led.c \
-       animations.c
+       led.c
 
 ## chip/board settings
 # - the next two should match the directories in
@@ -67,5 +66,10 @@ LCD_BACKLIGHT_ENABLE = yes
 MIDI_ENABLE = no
 RGBLIGHT_ENABLE = no
 
-include $(TOP_DIR)/drivers/ugfx/gdisp/st7565ergodox/driver.mk
-include $(TOP_DIR)/drivers/ugfx/gdisp/IS31FL3731C/driver.mk
\ No newline at end of file
+LCD_DRIVER = st7565
+LCD_WIDTH = 128 
+LCD_HEIGHT = 32
+
+LED_DRIVER = is31fl3731c
+LED_WIDTH = 7 
+LED_HEIGHT = 7
\ No newline at end of file