summaryrefslogtreecommitdiff
path: root/common/rules.mk
blob: e33b77978c367cb1e6224ca22ef9a3f16544edc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# allow to use 'qmk console'
CONSOLE_ENABLE = yes

# Enable N-Key Rollover
NKRO_ENABLE = yes

# less features we don't use
MOUSEKEY_ENABLE = no
SPACE_CADET_ENABLE = no
GRAVE_ESC_ENABLE = no
MAGIC_ENABLE = no

# responsive debouncing
DEBOUNCE_TYPE = sym_eager_pk

# add achordion to improve home row modifiers
SRC += /home/cullmann/install/qmk/christoph-cullmann/common/achordion.c

# good optimizations
LTO_ENABLE = yes