diff options
Diffstat (limited to 'tmk_core/common/action_tapping.c')
| -rw-r--r-- | tmk_core/common/action_tapping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/action_tapping.c b/tmk_core/common/action_tapping.c index ff78d7f2a..e16e11be7 100644 --- a/tmk_core/common/action_tapping.c +++ b/tmk_core/common/action_tapping.c | |||
| @@ -257,7 +257,7 @@ bool process_tapping(keyrecord_t *keyp) | |||
| 257 | return true; | 257 | return true; |
| 258 | } | 258 | } |
| 259 | } else { | 259 | } else { |
| 260 | if (!IS_NOEVENT(event)) debug("Tapping: other key just after tap.\n"); | 260 | if (!IS_NOEVENT(event)) debug("Tapping: other key just after tap.\n") {}; |
| 261 | process_record(keyp); | 261 | process_record(keyp); |
| 262 | return true; | 262 | return true; |
| 263 | } | 263 | } |
