mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-25 14:56:28 +00:00
7 lines
98 B
Makefile
7 lines
98 B
Makefile
RGBLIGHT_ENABLE ?= yes
|
|
MIDI_ENABLE ?= yes
|
|
|
|
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|