mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-24 09:27:36 +06:00
7 lines
98 B
Makefile
7 lines
98 B
Makefile
RGBLIGHT_ENABLE ?= yes
|
|
MIDI_ENABLE ?= yes
|
|
|
|
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|