]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
stops forcing debug_action
authorJack Humbert <jack.humb@gmail.com>
Fri, 29 Apr 2016 03:23:33 +0000 (23:23 -0400)
committerJack Humbert <jack.humb@gmail.com>
Fri, 29 Apr 2016 03:23:33 +0000 (23:23 -0400)
tmk_core/common/action.c
tmk_core/common/action_layer.c
tmk_core/common/action_macro.c
tmk_core/common/action_tapping.c

index 0162fbd632ea3ccadc62a5940340c719dda4b0c5..f9e6c17dc3bd9c37044f322424107ca15ec65563 100644 (file)
@@ -27,11 +27,11 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "action_util.h"
 #include "action.h"
 
-//#ifdef DEBUG_ACTION
+#ifdef DEBUG_ACTION
 #include "debug.h"
-//#else
-//#include "nodebug.h"
-//#endif
+#else
+#include "nodebug.h"
+#endif
 
 
 void action_exec(keyevent_t event)
index 845fbbb2108feead5e35f417a60ba10da771cbc4..63fa2b5ae4707755400534749a8771018909cadf 100644 (file)
@@ -4,11 +4,11 @@
 #include "util.h"
 #include "action_layer.h"
 
-//#ifdef DEBUG_ACTION
+#ifdef DEBUG_ACTION
 #include "debug.h"
-//#else
-//#include "nodebug.h"
-//#endif
+#else
+#include "nodebug.h"
+#endif
 
 
 /*
index cc78c82327917667f3efff059dd8c28877b070cc..7726b1190769a869d7e3a711e6b077fcfab91ebe 100644 (file)
@@ -19,11 +19,11 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "action_macro.h"
 #include "wait.h"
 
-//#ifdef DEBUG_ACTION
+#ifdef DEBUG_ACTION
 #include "debug.h"
-//#else
-//#include "nodebug.h"
-//#endif
+#else
+#include "nodebug.h"
+#endif
 
 
 #ifndef NO_ACTION_MACRO
index 6b6fa1dfe212badfd585dec1e54a1d91ef99702a..e6343e6da7f9f759e1b2b2038899de2753e18275 100644 (file)
@@ -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