2023-10-03 15:30:08 +02:00
|
|
|
# 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
|
|
|
|
|
2023-10-03 19:18:57 +02:00
|
|
|
# responsive debouncing
|
|
|
|
DEBOUNCE_TYPE = sym_eager_pk
|
|
|
|
|
2023-10-03 15:30:08 +02:00
|
|
|
# add achordion to improve home row modifiers
|
|
|
|
SRC += /home/cullmann/install/qmk/christoph-cullmann/common/achordion.c
|