mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-03-29 02:52:47 +01:00
7 lines
136 B
Makefile
7 lines
136 B
Makefile
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
|
|
AUDIO_ENABLE = no
|
|
|
|
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|