mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-12 03:24:37 +00:00
6 lines
166 B
Makefile
6 lines
166 B
Makefile
|
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
|
||
|
|
||
|
ifndef QUANTUM_DIR
|
||
|
include ../../../../Makefile
|
||
|
endif
|