mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-26 21:26:46 +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
|