diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-07-07 00:20:20 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-07-07 00:20:20 +0300 |
commit | 70797bb8f21c72cba15b314b2d0a6684bfedc369 (patch) | |
tree | 988c9464320f49d71037df05ecee443ba4282125 /keyboards/infinity_ergodox/Makefile | |
parent | 10f3a1b6215af2a1c74b0245e46f5b6352ee18a4 (diff) |
Makefile changes and files to compile Visualizer
Diffstat (limited to 'keyboards/infinity_ergodox/Makefile')
-rw-r--r-- | keyboards/infinity_ergodox/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/infinity_ergodox/Makefile b/keyboards/infinity_ergodox/Makefile index efa32e037d..8be2f51b1f 100644 --- a/keyboards/infinity_ergodox/Makefile +++ b/keyboards/infinity_ergodox/Makefile @@ -67,6 +67,9 @@ 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 +LCD_BACKLIGHT_ENABLE ?= yes ifndef QUANTUM_DIR include ../../Makefile |