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:
Drashna Jaelre
2019-07-16 01:21:52 -07:00
committed by Florian Didron
parent 3acf64b708
commit e237feba30

View File

@@ -45,7 +45,7 @@ int retro_tapping_counter = 0;
#endif #endif
#ifndef TAP_HOLD_CAPS_DELAY #ifndef TAP_HOLD_CAPS_DELAY
# define TAP_HOLD_CAPS_DELAY 200 # define TAP_HOLD_CAPS_DELAY 80
#endif #endif
/** \brief Called to execute an action. /** \brief Called to execute an action.
* *