qmk/common/rules.mk

20 lines
409 B
Makefile
Raw Normal View History

2023-10-03 15:30:08 +02:00
# Enable N-Key Rollover
NKRO_ENABLE = yes
# less features we don't use
2023-10-08 18:44:24 +02:00
COMMAND_ENABLE = no
CONSOLE_ENABLE = no
2023-10-03 15:30:08 +02:00
GRAVE_ESC_ENABLE = no
MAGIC_ENABLE = no
2023-10-08 18:44:24 +02:00
MOUSEKEY_ENABLE = no
SPACE_CADET_ENABLE = no
2023-10-03 15:30:08 +02:00
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
2023-10-08 18:12:37 +02:00
# good optimizations
LTO_ENABLE = yes