mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-20 04:05:10 +00:00
7 lines
99 B
Makefile
7 lines
99 B
Makefile
|
RGBLIGHT_ENABLE = no
|
||
|
BACKLIGHT_ENABLE = no
|
||
|
|
||
|
ifndef QUANTUM_DIR
|
||
|
include ../../../../Makefile
|
||
|
endif
|