10 lines
242 B
Makefile
10 lines
242 B
Makefile
|
# Build Options
|
||
|
# comment out to disable the options.
|
||
|
#
|
||
|
BACKLIGHT_ENABLE = no
|
||
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
||
|
CONSOLE_ENABLE = no # Console for debug
|
||
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||
|
VELOCIKEY_ENABLE = no
|
||
|
|