summaryrefslogtreecommitdiff
path: root/planck/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'planck/rules.mk')
-rw-r--r--planck/rules.mk17
1 files changed, 15 insertions, 2 deletions
diff --git a/planck/rules.mk b/planck/rules.mk
index dd070e7..30e77e1 100644
--- a/planck/rules.mk
+++ b/planck/rules.mk
@@ -5,5 +5,18 @@ LTO_ENABLE = yes
COMMAND_ENABLE = no
CONSOLE_ENABLE = no
-# per key debounce: https://github.com/qmk/qmk_firmware/blob/master/docs/feature_debounce_type.md
-DEBOUNCE_TYPE = sym_defer_pk
+# 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/
+DEBOUNCE_TYPE = sym_eager_pk
+
+# build
+# qmk compile -kb planck/rev6_drop -km christoph-cullmann
+# qmk flash -kb planck/rev6_drop -km christoph-cullmann