This commit is contained in:
Christoph Cullmann 2024-09-22 18:20:51 +02:00
parent f848451aa7
commit fdb81678f8
No known key found for this signature in database
10 changed files with 19 additions and 10 deletions

17
rules.mk Normal file
View file

@ -0,0 +1,17 @@
# 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 += common/achordion.c
# good optimizations
LTO_ENABLE = yes