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
Florian Didron
parent
3acf64b708
commit
e237feba30
@@ -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