mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-03 06:06:54 +06: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
|