diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2017-07-06 18:43:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-06 18:43:22 -0700 |
commit | ecd3dbf085826459af9728b6529a504ba7d3de14 (patch) | |
tree | 7ca3733c63b5f720ae1f0118516dda0984d54fe0 /keyboards/ergodox/infinity | |
parent | 9cadba7b895a81f329a4c2eee253e57c11715b80 (diff) | |
parent | 1896c76a2928c96f9ab7947bec2ef8dd37623cff (diff) |
Merge branch 'master' into docs
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 |