Apply TAP_CODE_DELAY to Tap Dance key sequences (#14412)
* Add support to tap dances * Move default tap code defines to header file
This commit is contained in:
@@ -38,6 +38,13 @@ extern "C" {
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef TAP_CODE_DELAY
|
||||
# define TAP_CODE_DELAY 0
|
||||
#endif
|
||||
#ifndef TAP_HOLD_CAPS_DELAY
|
||||
# define TAP_HOLD_CAPS_DELAY 80
|
||||
#endif
|
||||
|
||||
/* tapping count and state */
|
||||
typedef struct {
|
||||
bool interrupted : 1;
|
||||
|
||||
Reference in New Issue
Block a user