forked from forks/qmk_firmware
defcfb4953
* Add more spacing in keymaps * Enable link-time optimization * Disable deprecated TMK actions, change spacing in config.h * Remove unrelated rules.mk options
14 lines
281 B
Makefile
14 lines
281 B
Makefile
BACKLIGHT_ENABLE = no
|
|
BOOTMAGIC_ENABLE = no
|
|
COMMAND_ENABLE = yes
|
|
CONSOLE_ENABLE = yes
|
|
EXTRAKEY_ENABLE = yes
|
|
MOUSEKEY_ENABLE = yes
|
|
NKRO_ENABLE = yes
|
|
SLEEP_LED_ENABLE = no
|
|
TAP_DANCE_ENABLE = yes
|
|
UNICODE_ENABLE = yes
|
|
VISUALIZER_ENABLE = no
|
|
|
|
EXTRAFLAGS += -flto
|