summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-11-24 02:16:38 +0100
committerJack Humbert <jack.humb@gmail.com>2016-11-24 02:16:38 +0100
commitcefa8468fb5f28bd67a0c02d371a4aef0964e20c (patch)
tree70503054c509f86b30c0279e97cf946cf6aa2353 /keyboards
parent2e23689b8e3222982082c1f5a4f8ce7686f9658b (diff)
downloadqmk_firmware-cefa8468fb5f28bd67a0c02d371a4aef0964e20c.tar.gz
qmk_firmware-cefa8468fb5f28bd67a0c02d371a4aef0964e20c.tar.xz
travis pls
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/ergodox/infinity/rules.mk2
-rw-r--r--keyboards/ergodox/keymaps/jack/Makefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/ergodox/infinity/rules.mk b/keyboards/ergodox/infinity/rules.mk
index ccb735a48..473a6dfec 100644
--- a/keyboards/ergodox/infinity/rules.mk
+++ b/keyboards/ergodox/infinity/rules.mk
@@ -63,6 +63,8 @@ VISUALIZER_ENABLE ?= no #temporarily disabled to make everything compile
LCD_ENABLE ?= yes
LED_ENABLE ?= yes
LCD_BACKLIGHT_ENABLE ?= yes
+MIDI_ENABLE = no
+RGBLIGHT_ENABLE = no
ifndef QUANTUM_DIR
include ../../../Makefile
diff --git a/keyboards/ergodox/keymaps/jack/Makefile b/keyboards/ergodox/keymaps/jack/Makefile
index 7c257af50..3ca69bb92 100644
--- a/keyboards/ergodox/keymaps/jack/Makefile
+++ b/keyboards/ergodox/keymaps/jack/Makefile
@@ -1,5 +1,5 @@
-RGBLIGHT_ENABLE = yes
-MIDI_ENABLE = yes
+RGBLIGHT_ENABLE ?= yes
+MIDI_ENABLE ?= yes
ifndef QUANTUM_DIR
include ../../../../Makefile