7 lines
98 B
Makefile
7 lines
98 B
Makefile
RGBLIGHT_ENABLE ?= yes
|
|
MIDI_ENABLE ?= yes
|
|
|
|
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|