summaryrefslogtreecommitdiff
path: root/common/config.h
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-10-08 18:06:02 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-10-08 18:06:02 +0200
commit026d51a57ee45b371aad658fccf0ddd4514ec2be (patch)
treedc0b5591edbe163d78ce2cd0d04904d5793da1d4 /common/config.h
parentf56f078ba55445ac9ae8a535e52837d4968942cf (diff)
fine tune a bit
ideas taken from https://github.com/getreuer/qmk-keymap/blob/main/config.h
Diffstat (limited to 'common/config.h')
-rw-r--r--common/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/config.h b/common/config.h
index 9c1f808..a7a393a 100644
--- a/common/config.h
+++ b/common/config.h
@@ -26,6 +26,10 @@
#undef LOCKING_SUPPORT_ENABLE
#undef LOCKING_RESYNC_ENABLE
+// deactivate more features
+#define NO_ACTION_MACRO
+#define NO_ACTION_FUNCTION
+
// enable NKRO by default
#define FORCE_NKRO
@@ -40,3 +44,7 @@
// use permissive hold together with achordion
#define PERMISSIVE_HOLD
+
+// delay hold/release to not mess up software
+#define TAP_CODE_DELAY 10
+