diff options
Diffstat (limited to 'tmk_core/common/action.c')
| -rw-r--r-- | tmk_core/common/action.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/action.c b/tmk_core/common/action.c index 69bcf8e56..ee9aa0df7 100644 --- a/tmk_core/common/action.c +++ b/tmk_core/common/action.c | |||
| @@ -364,6 +364,8 @@ void process_action(keyrecord_t *record, action_t action) { | |||
| 364 | dprint("MODS_TAP: Tap: unregister_code\n"); | 364 | dprint("MODS_TAP: Tap: unregister_code\n"); |
| 365 | if (action.layer_tap.code == KC_CAPS) { | 365 | if (action.layer_tap.code == KC_CAPS) { |
| 366 | wait_ms(TAP_HOLD_CAPS_DELAY); | 366 | wait_ms(TAP_HOLD_CAPS_DELAY); |
| 367 | } else { | ||
| 368 | wait_ms(TAP_CODE_DELAY); | ||
| 367 | } | 369 | } |
| 368 | unregister_code(action.key.code); | 370 | unregister_code(action.key.code); |
| 369 | } else { | 371 | } else { |
