diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-04-12 12:43:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-12 12:43:46 -0400 |
commit | e5f610b70ec124da411dd8b32c5a4de14b2bedc8 (patch) | |
tree | 85590469e36f6da98d8606d725bebaf78cbf7444 /keyboards/ergodox/infinity/rules.mk | |
parent | 154305ce1be16b2c8abce5e5d4dee421f295d6b3 (diff) | |
parent | 1d5567a3a9ae1ca45bd5ff09f21edb7d1388afc3 (diff) |
Merge pull request #1217 from fredizzimo/ergodox_default_visualizer
Enable Ergodox Infinity LCD visualization
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 473a6dfec6..9e6170d89a 100644 --- a/keyboards/ergodox/infinity/rules.mk +++ b/keyboards/ergodox/infinity/rules.mk @@ -1,6 +1,7 @@ # project specific files SRC = matrix.c \ - led.c + led.c \ + animations.c ## chip/board settings # - the next two should match the directories in @@ -59,21 +60,17 @@ OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000 # CUSTOM_MATRIX ?= yes # Custom matrix file SERIAL_LINK_ENABLE = yes -VISUALIZER_ENABLE ?= no #temporarily disabled to make everything compile +VISUALIZER_ENABLE ?= yes LCD_ENABLE ?= yes -LED_ENABLE ?= yes +LED_ENABLE ?= no LCD_BACKLIGHT_ENABLE ?= yes MIDI_ENABLE = no RGBLIGHT_ENABLE = no -ifndef QUANTUM_DIR - include ../../../Makefile -endif - ifdef LCD_ENABLE include $(SUBPROJECT_PATH)/drivers/gdisp/st7565ergodox/driver.mk endif ifdef LED_ENABLE include $(SUBPROJECT_PATH)/drivers/gdisp/IS31FL3731C/driver.mk -endif +endif
\ No newline at end of file |