qmk/ferris/rules.mk

23 lines
520 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-10 11:13:39 +02:00
# more responsive debouncing: https://michael.stapelberg.ch/posts/2021-05-08-keyboard-input-latency-qmk-kinesis/
2023-08-10 16:02:32 +02:00
DEBOUNCE_TYPE = sym_eager_pk
2023-08-10 11:13:39 +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