mirror of https://github.com/qmk/qmk_firmware
8 lines
245 B
Makefile
8 lines
245 B
Makefile
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||
|
RGBLIGHT_ENABLE = yes # Enable RGB Underglow functionality
|
||
|
AUDIO_ENABLE = no # Audio output on port C6
|
||
|
|
||
|
ifndef QUANTUM_DIR
|
||
|
include ../../../../Makefile
|
||
|
endif
|