qmk/ferris/rules.mk

21 lines
367 B
Makefile
Raw Normal View History

2022-11-08 19:24:51 +01:00
# properly optimize
LTO_ENABLE = yes
# less debugging features
COMMAND_ENABLE = no
CONSOLE_ENABLE = no
# we have some real mouse
MOUSEKEY_ENABLE = no
# more features we not use
SPACE_CADET_ENABLE = no
GRAVE_ESC_ENABLE = no
MUSIC_ENABLE = no
2022-12-27 19:17:42 +01:00
# caps word is great for defines
CAPS_WORD_ENABLE = yes
2022-11-08 19:24:51 +01:00
# add achordion to improve home row modifiers
SRC += achordion.c