travis pls
This commit is contained in:
parent
2e23689b8e
commit
cefa8468fb
6 changed files with 56 additions and 52 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
RGBLIGHT_ENABLE = yes
|
||||
MIDI_ENABLE = yes
|
||||
RGBLIGHT_ENABLE ?= yes
|
||||
MIDI_ENABLE ?= yes
|
||||
|
||||
ifndef QUANTUM_DIR
|
||||
include ../../../../Makefile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue