1
0
Fork 0

travis pls

This commit is contained in:
Jack Humbert 2016-11-23 20:16:38 -05:00
parent 2e23689b8e
commit cefa8468fb
6 changed files with 56 additions and 52 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
RGBLIGHT_ENABLE = yes
MIDI_ENABLE = yes
RGBLIGHT_ENABLE ?= yes
MIDI_ENABLE ?= yes
ifndef QUANTUM_DIR
include ../../../../Makefile