qmk/ferris/rules.mk

24 lines
496 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
2023-03-25 10:59:34 +01:00
# per key debounce: https://github.com/qmk/qmk_firmware/blob/master/docs/feature_debounce_type.md
DEBOUNCE_TYPE = sym_defer_pk