summaryrefslogtreecommitdiff
path: root/totem/keymaps/default/rules.mk
blob: 45bfb1969e08c5c42d6ba9ddda2cb42b6ee4e352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# less debugging features
COMMAND_ENABLE = no
CONSOLE_ENABLE = no

# 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

# more responsive debouncing: https://michael.stapelberg.ch/posts/2021-05-08-keyboard-input-latency-qmk-kinesis/
DEBOUNCE_TYPE = asym_eager_defer_pk

# add achordion to improve home row modifiers
SRC += ../../../common/achordion.c

# build
# qmk compile -kb totem -km default
# qmk flash -kb totem -km default