mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-05 01:15:19 +00:00
10 lines
356 B
Makefile
10 lines
356 B
Makefile
|
# Build Options
|
||
|
# change to "no" to disable the options, or define them in the Makefile in
|
||
|
# the appropriate keymap folder that will get included automatically
|
||
|
#
|
||
|
MOUSEKEY_ENABLE = no # Mouse keys
|
||
|
CONSOLE_ENABLE = no # Console for debug
|
||
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||
|
VIA_ENABLE = yes
|
||
|
LTO_ENABLE = yes
|