diff options
Diffstat (limited to 'tmk_core/common/action_tapping.c')
-rw-r--r-- | tmk_core/common/action_tapping.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tmk_core/common/action_tapping.c b/tmk_core/common/action_tapping.c index 6b6fa1dfe..e6343e6da 100644 --- a/tmk_core/common/action_tapping.c +++ b/tmk_core/common/action_tapping.c | |||
@@ -6,11 +6,11 @@ | |||
6 | #include "keycode.h" | 6 | #include "keycode.h" |
7 | #include "timer.h" | 7 | #include "timer.h" |
8 | 8 | ||
9 | //#ifdef DEBUG_ACTION | 9 | #ifdef DEBUG_ACTION |
10 | #include "debug.h" | 10 | #include "debug.h" |
11 | //#else | 11 | #else |
12 | //#include "nodebug.h" | 12 | #include "nodebug.h" |
13 | //#endif | 13 | #endif |
14 | 14 | ||
15 | #ifndef NO_ACTION_TAPPING | 15 | #ifndef NO_ACTION_TAPPING |
16 | 16 | ||