summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action_tapping.c
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-04-29 05:23:33 +0200
committerJack Humbert <jack.humb@gmail.com>2016-04-29 05:23:33 +0200
commit2bbf3d5820734eabbcf47c3072be6fdcaa9e36cc (patch)
treecabc0eea7dabac6876abae00cdf5150852cecc69 /tmk_core/common/action_tapping.c
parent27d24faf396367d9f8fadd86324e584b5403d261 (diff)
downloadqmk_firmware-2bbf3d5820734eabbcf47c3072be6fdcaa9e36cc.tar.gz
qmk_firmware-2bbf3d5820734eabbcf47c3072be6fdcaa9e36cc.tar.xz
stops forcing debug_action
Diffstat (limited to 'tmk_core/common/action_tapping.c')
-rw-r--r--tmk_core/common/action_tapping.c8
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 @@
#include "keycode.h"
#include "timer.h"
-//#ifdef DEBUG_ACTION
+#ifdef DEBUG_ACTION
#include "debug.h"
-//#else
-//#include "nodebug.h"
-//#endif
+#else
+#include "nodebug.h"
+#endif
#ifndef NO_ACTION_TAPPING