blob: 75db99ebece47d66cd0cc6a5c9391b20d4ae68e1 (
plain)
1
2
3
4
5
6
7
|
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
AUDIO_ENABLE = no # Audio disabled while using RGB underlight.
EXTRAKEY_ENABLE = yes
ifndef QUANTUM_DIR
include ../../../../Makefile
endif
|