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
|