diff options
Diffstat (limited to 'keyboards/ergodox/infinity/rules.mk')
| -rw-r--r-- | keyboards/ergodox/infinity/rules.mk | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/keyboards/ergodox/infinity/rules.mk b/keyboards/ergodox/infinity/rules.mk index 473a6dfec..9e6170d89 100644 --- a/keyboards/ergodox/infinity/rules.mk +++ b/keyboards/ergodox/infinity/rules.mk | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | # project specific files | 1 | # project specific files |
| 2 | SRC = matrix.c \ | 2 | SRC = matrix.c \ |
| 3 | led.c | 3 | led.c \ |
| 4 | animations.c | ||
| 4 | 5 | ||
| 5 | ## chip/board settings | 6 | ## chip/board settings |
| 6 | # - the next two should match the directories in | 7 | # - the next two should match the directories in |
| @@ -59,21 +60,17 @@ OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000 | |||
| 59 | # | 60 | # |
| 60 | CUSTOM_MATRIX ?= yes # Custom matrix file | 61 | CUSTOM_MATRIX ?= yes # Custom matrix file |
| 61 | SERIAL_LINK_ENABLE = yes | 62 | SERIAL_LINK_ENABLE = yes |
| 62 | VISUALIZER_ENABLE ?= no #temporarily disabled to make everything compile | 63 | VISUALIZER_ENABLE ?= yes |
| 63 | LCD_ENABLE ?= yes | 64 | LCD_ENABLE ?= yes |
| 64 | LED_ENABLE ?= yes | 65 | LED_ENABLE ?= no |
| 65 | LCD_BACKLIGHT_ENABLE ?= yes | 66 | LCD_BACKLIGHT_ENABLE ?= yes |
| 66 | MIDI_ENABLE = no | 67 | MIDI_ENABLE = no |
| 67 | RGBLIGHT_ENABLE = no | 68 | RGBLIGHT_ENABLE = no |
| 68 | 69 | ||
| 69 | ifndef QUANTUM_DIR | ||
| 70 | include ../../../Makefile | ||
| 71 | endif | ||
| 72 | |||
| 73 | ifdef LCD_ENABLE | 70 | ifdef LCD_ENABLE |
| 74 | include $(SUBPROJECT_PATH)/drivers/gdisp/st7565ergodox/driver.mk | 71 | include $(SUBPROJECT_PATH)/drivers/gdisp/st7565ergodox/driver.mk |
| 75 | endif | 72 | endif |
| 76 | 73 | ||
| 77 | ifdef LED_ENABLE | 74 | ifdef LED_ENABLE |
| 78 | include $(SUBPROJECT_PATH)/drivers/gdisp/IS31FL3731C/driver.mk | 75 | include $(SUBPROJECT_PATH)/drivers/gdisp/IS31FL3731C/driver.mk |
| 79 | endif | 76 | endif \ No newline at end of file |
