forked from mirrors/qmk_firmware
8 lines
367 B
Makefile
8 lines
367 B
Makefile
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
||
|
MOUSEKEY_ENABLE = yes
|
||
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||
|
CONSOLE_ENABLE = no # Console for debug
|
||
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||
|
NKRO_ENABLE = no # N-Key Rollover
|
||
|
LTO_ENABLE = yes # Link-time optimisation for smaller code
|