qmk/planck/rules.mk

26 lines
611 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
# more responsive debouncing: https://michael.stapelberg.ch/posts/2021-05-08-keyboard-input-latency-qmk-kinesis/
2023-08-12 18:16:12 +02:00
DEBOUNCE_TYPE = asym_eager_defer_pk
2023-08-11 23:16:38 +02:00
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-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