mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-30 06:55:51 +00:00
6 lines
137 B
Makefile
6 lines
137 B
Makefile
|
# Build Options
|
||
|
ifneq (, $(findstring kbd75, $(KEYBOARD)))
|
||
|
MOUSEKEY_ENABLE = no
|
||
|
endif
|
||
|
BACKLIGHT_ENABLE = no # No backlights installed
|