qmk/common/rules.mk
Christoph Cullmann ee341d225b
Revert "try sm_td"
This reverts commit 089ceae1f7.

doesn't work for me, random stuff happens, t not triggers at all
2024-09-15 16:41:39 +02:00

18 lines
370 B
Makefile

# Enable N-Key Rollover
NKRO_ENABLE = yes
# less features we don't use
COMMAND_ENABLE = no
CONSOLE_ENABLE = no
GRAVE_ESC_ENABLE = no
MAGIC_ENABLE = no
MOUSEKEY_ENABLE = no
MUSIC_ENABLE = no
SPACE_CADET_ENABLE = no
# add achordion to improve home row modifiers
SRC += /home/cullmann/data/qmk/christoph-cullmann/common/achordion.c
# good optimizations
LTO_ENABLE = yes