forked from mirrors/qmk_userspace
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>
This commit is contained in:
parent
29e9caa82b
commit
f6651424a0
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue