Update keyboards' rules.mk/Makefiles (#1442)

this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
This commit is contained in:
Jack Humbert
2017-06-30 16:09:52 -04:00
committed by GitHub
parent 61ef949576
commit b476d65b9c
92 changed files with 1016 additions and 1021 deletions

View File

@@ -58,12 +58,12 @@ OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000
# Build Options
# comment out to disable the options.
#
CUSTOM_MATRIX ?= yes # Custom matrix file
CUSTOM_MATRIX = yes # Custom matrix file
SERIAL_LINK_ENABLE = yes
VISUALIZER_ENABLE ?= yes
LCD_ENABLE ?= yes
BACKLIGHT_ENABLE ?= yes
LCD_BACKLIGHT_ENABLE ?= yes
VISUALIZER_ENABLE = yes
LCD_ENABLE = yes
BACKLIGHT_ENABLE = yes
LCD_BACKLIGHT_ENABLE = yes
MIDI_ENABLE = no
RGBLIGHT_ENABLE = no