qmk_userspace/keyboards/keebio/iris_ce/keymaps/chzerv/rules.mk
Chris Zervakis 0fe3467a64 Remove the 'autocorrection' library
Although very useful, every application I care about already offers
spell suggestions, so having `autocorrection` on top of that seems
redundant.
2024-10-15 09:09:49 +03:00

14 lines
272 B
Makefile

LTO_ENABLE = yes
# VIA_ENABLE = yes
TRI_LAYER_ENABLE = yes
CAPS_WORD_ENABLE = yes
DYNAMIC_TAPPING_TERM_ENABLE = yes
SRC += features/select_word.c
SRC += features/achordion.c
# Diasble features we don't use to reduce firmware size
COMMAND_ENABLE = no
MAGIC_ENABLE = no