diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-07-10 10:35:45 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-10 10:35:45 -0400 |
commit | 8d190d5e25b3374156264fde0ba5d78696cc74aa (patch) | |
tree | 701f47510c11806b7c7df1fcb4ce32175f5ca1f4 /keyboards/ergodox/infinity/rules.mk | |
parent | 62214986013ee6596afa55023f7a95a8527d910f (diff) | |
parent | 10546665f4cdc25e3405bfa108b066004d436aea (diff) |
Merge branch 'master' of https://github.com/qmk/qmk_firmware
Diffstat (limited to 'keyboards/ergodox/infinity/rules.mk')
-rw-r--r-- | keyboards/ergodox/infinity/rules.mk | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/keyboards/ergodox/infinity/rules.mk b/keyboards/ergodox/infinity/rules.mk index bbb0f6efea..a341bbfce8 100644 --- a/keyboards/ergodox/infinity/rules.mk +++ b/keyboards/ergodox/infinity/rules.mk @@ -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 $(SUBPROJECT_PATH)/drivers/gdisp/st7565ergodox/driver.mk -include $(SUBPROJECT_PATH)/drivers/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 |