mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-17 22:11:49 +00:00
7 lines
101 B
Makefile
7 lines
101 B
Makefile
|
|
RGBLIGHT_ENABLE = yes
|
||
|
|
BACKLIGHT_ENABLE = yes
|
||
|
|
|
||
|
|
ifndef QUANTUM_DIR
|
||
|
|
include ../../../../Makefile
|
||
|
|
endif
|