diff options
Diffstat (limited to 'quantum/action.c')
| -rw-r--r-- | quantum/action.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/quantum/action.c b/quantum/action.c index d19fd2a04..be135f18f 100644 --- a/quantum/action.c +++ b/quantum/action.c | |||
| @@ -57,12 +57,6 @@ __attribute__((weak)) bool get_retro_tapping(uint16_t keycode, keyrecord_t *reco | |||
| 57 | 57 | ||
| 58 | __attribute__((weak)) bool pre_process_record_quantum(keyrecord_t *record) { return true; } | 58 | __attribute__((weak)) bool pre_process_record_quantum(keyrecord_t *record) { return true; } |
| 59 | 59 | ||
| 60 | #ifndef TAP_CODE_DELAY | ||
| 61 | # define TAP_CODE_DELAY 0 | ||
| 62 | #endif | ||
| 63 | #ifndef TAP_HOLD_CAPS_DELAY | ||
| 64 | # define TAP_HOLD_CAPS_DELAY 80 | ||
| 65 | #endif | ||
| 66 | /** \brief Called to execute an action. | 60 | /** \brief Called to execute an action. |
| 67 | * | 61 | * |
| 68 | * FIXME: Needs documentation. | 62 | * FIXME: Needs documentation. |
