From 026d51a57ee45b371aad658fccf0ddd4514ec2be Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 8 Oct 2023 18:06:02 +0200 Subject: fine tune a bit ideas taken from https://github.com/getreuer/qmk-keymap/blob/main/config.h --- common/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'common') 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 + -- cgit v1.2.3