diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-30 16:09:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-30 16:09:52 -0400 |
commit | b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7 (patch) | |
tree | 994017c60f209efc34a522c428fa3397d1198a0c /keyboards/ergodox/infinity | |
parent | 61ef949576fb64e3c57c3381875708893e4b3f96 (diff) |
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
Diffstat (limited to 'keyboards/ergodox/infinity')
-rw-r--r-- | keyboards/ergodox/infinity/rules.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/ergodox/infinity/rules.mk b/keyboards/ergodox/infinity/rules.mk index af29ebce8d..bbb0f6efea 100644 --- a/keyboards/ergodox/infinity/rules.mk +++ b/keyboards/ergodox/infinity/rules.mk @@ -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 |