qmk/ferris/rules.mk

23 lines
453 B
Makefile
Raw Normal View History

2022-11-08 19:24:51 +01:00
# properly optimize
LTO_ENABLE = yes
# less debugging features
COMMAND_ENABLE = no
CONSOLE_ENABLE = no
2023-06-11 11:43:07 +02:00
# 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-08-12 16:08:58 +02:00
# add achordion to improve home row modifiers
2023-08-12 22:02:23 +02:00
SRC += ../common/achordion.c
2023-08-12 16:08:58 +02:00
2023-06-11 11:43:07 +02:00
# build
# qmk compile -kb ferris/sweep -km christoph-cullmann
# qmk flash -kb ferris/sweep -km christoph-cullmann