Christoph Cullmann
a44b24f923
* The firmware size is fine - 18072/28672 (63%, 10600 bytes free) * The firmware size is fine - 15984/28672 (55%, 12688 bytes free)
27 lines
599 B
Makefile
27 lines
599 B
Makefile
# properly optimize
|
|
LTO_ENABLE = yes
|
|
|
|
# less debugging features
|
|
COMMAND_ENABLE = no
|
|
CONSOLE_ENABLE = no
|
|
|
|
# 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
|
|
|
|
# more responsive debouncing: https://michael.stapelberg.ch/posts/2021-05-08-keyboard-input-latency-qmk-kinesis/
|
|
# sym_eager_pk does do some key chatter
|
|
DEBOUNCE_TYPE = asym_eager_defer_pk
|
|
|
|
# achordion
|
|
SRC += achordion.c
|
|
|
|
# build
|
|
# qmk compile -kb ferris/sweep -km christoph-cullmann
|
|
# qmk flash -kb ferris/sweep -km christoph-cullmann
|