mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-24 05:14:35 +02: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
|