summaryrefslogtreecommitdiff
path: root/tmk_core/common
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-07-16 01:21:52 -0700
committerFlorian Didron <fdidron@users.noreply.github.com>2019-07-19 10:17:55 +0900
commite237feba307e7eea2552ee8a3e7b4b5658b52186 (patch)
tree06ddd040e8ebca78bf16a5089d56f9507adf1a3b /tmk_core/common
parent3acf64b70881bbb3b165251118555c568bc62700 (diff)
Make Caps Lock delay more reasonable (#6199)
* Make Caps Lock delay more reasonable * Update documentation * Update docs/config_options.md Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com> * Update docs/config_options.md Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com>
Diffstat (limited to 'tmk_core/common')
-rw-r--r--tmk_core/common/action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/action.c b/tmk_core/common/action.c
index cb7e2b5e54..c74121d06d 100644
--- a/tmk_core/common/action.c
+++ b/tmk_core/common/action.c
@@ -45,7 +45,7 @@ int retro_tapping_counter = 0;
#endif
#ifndef TAP_HOLD_CAPS_DELAY
-# define TAP_HOLD_CAPS_DELAY 200
+# define TAP_HOLD_CAPS_DELAY 80
#endif
/** \brief Called to execute an action.
*