qmk/planck/rules.mk

27 lines
651 B
Makefile
Raw Normal View History

2022-10-17 20:17:08 +02:00
# properly optimize
LTO_ENABLE = yes
2022-10-17 20:22:03 +02:00
# less debugging features
COMMAND_ENABLE = no
CONSOLE_ENABLE = no
2023-08-11 23:16:38 +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-10-02 20:43:03 +02:00
# 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
# add achordion to improve home row modifiers
SRC += ../common/achordion.c
2023-08-11 23:16:38 +02:00
# build
# qmk compile -kb planck/rev6_drop -km christoph-cullmann
# qmk flash -kb planck/rev6_drop -km christoph-cullmann