summaryrefslogtreecommitdiff
path: root/common/config.h
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-10-03 19:18:57 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-10-03 19:18:57 +0200
commitf56f078ba55445ac9ae8a535e52837d4968942cf (patch)
treeffc71df87fbbb5f989a2ed510fdd5a3326e6ac12 /common/config.h
parent504f362d9667644d21358dfdbcc27dbec66552f1 (diff)
bit config tuning
Diffstat (limited to 'common/config.h')
-rw-r--r--common/config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/config.h b/common/config.h
index 13f1234..9c1f808 100644
--- a/common/config.h
+++ b/common/config.h
@@ -16,6 +16,9 @@
#pragma once
+// bit larger debounce delay, the default is 5
+#define DEBOUNCE 10
+
// no more than 8 layers
#define LAYER_STATE_8BIT
@@ -30,7 +33,7 @@
// details see https://precondition.github.io/home-row-mods
// the default is 200
-#define TAPPING_TERM 175
+#define TAPPING_TERM 200
// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
#define QUICK_TAP_TERM 0