qmk_settings: default to 10ms tap code delay
This commit is contained in:
parent
bec9d622a1
commit
cdf16e79a3
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
/* take qmk config macros and set up helper variables for default settings */
|
||||
|
||||
#ifndef TAP_CODE_DELAY
|
||||
# define TAP_CODE_DELAY 0
|
||||
# define TAP_CODE_DELAY 10
|
||||
#endif
|
||||
#ifndef TAP_HOLD_CAPS_DELAY
|
||||
# define TAP_HOLD_CAPS_DELAY 80
|
||||
|
|
Loading…
Reference in a new issue