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:
committed by
skullydazed
parent
29e9caa82b
commit
f6651424a0
@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user