mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-04-01 04:22:48 +01:00
7 lines
180 B
Makefile
7 lines
180 B
Makefile
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
AUDIO_ENABLE = no # Audio output on port C6
|
|
|
|
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|