diff options
Diffstat (limited to 'quantum/action.h')
| -rw-r--r-- | quantum/action.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/quantum/action.h b/quantum/action.h index 3d357b33b..8a357ded8 100644 --- a/quantum/action.h +++ b/quantum/action.h | |||
| @@ -38,6 +38,13 @@ extern "C" { | |||
| 38 | # endif | 38 | # endif |
| 39 | #endif | 39 | #endif |
| 40 | 40 | ||
| 41 | #ifndef TAP_CODE_DELAY | ||
| 42 | # define TAP_CODE_DELAY 0 | ||
| 43 | #endif | ||
| 44 | #ifndef TAP_HOLD_CAPS_DELAY | ||
| 45 | # define TAP_HOLD_CAPS_DELAY 80 | ||
| 46 | #endif | ||
| 47 | |||
| 41 | /* tapping count and state */ | 48 | /* tapping count and state */ |
| 42 | typedef struct { | 49 | typedef struct { |
| 43 | bool interrupted : 1; | 50 | bool interrupted : 1; |
