summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/infinity/Makefile
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-07-08 23:41:15 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-07-29 19:48:20 +0200
commite01b4c3fd9a7b66276ffd22dcac25d569d7bb7ff (patch)
treebb5dcd6b71353aebfd93da01d740b527c4cdca82 /keyboards/ergodox/infinity/Makefile
parentb0376687f4cc2dc0b5ffd89f3bcb33c873b1f4d3 (diff)
downloadqmk_firmware-e01b4c3fd9a7b66276ffd22dcac25d569d7bb7ff.tar.gz
qmk_firmware-e01b4c3fd9a7b66276ffd22dcac25d569d7bb7ff.tar.xz
Most ergodox keymaps compiles on Infinity
There are linker errors due to missing led funcitonality though
Diffstat (limited to 'keyboards/ergodox/infinity/Makefile')
-rw-r--r--keyboards/ergodox/infinity/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodox/infinity/Makefile b/keyboards/ergodox/infinity/Makefile
index 942032f83..22065e4d2 100644
--- a/keyboards/ergodox/infinity/Makefile
+++ b/keyboards/ergodox/infinity/Makefile
@@ -52,14 +52,14 @@ ARMV = 7
# Vector table for application
# 0x00000000-0x00001000 area is occupied by bootlaoder.*/
# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
-OPT_DEFS = -DCORTEX_VTOR_INIT=0x00002000
+OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000
# Build Options
# comment out to disable the options.
#
CUSTOM_MATRIX ?= yes # Custom matrix file
SERIAL_LINK_ENABLE = yes
-VISUALIZER_ENABLE ?= yes
+VISUALIZER_ENABLE ?= no #temporarily disabled to make everything compile
LCD_ENABLE ?= yes
LED_ENABLE ?= yes
LCD_BACKLIGHT_ENABLE ?= yes