Bladeren bron

stops forcing debug_action

Jack Humbert 9 jaren geleden
bovenliggende
commit
2bbf3d5820
4 gewijzigde bestanden met toevoegingen van 16 en 16 verwijderingen
  1. 4 4
      tmk_core/common/action.c
  2. 4 4
      tmk_core/common/action_layer.c
  3. 4 4
      tmk_core/common/action_macro.c
  4. 4 4
      tmk_core/common/action_tapping.c

+ 4 - 4
tmk_core/common/action.c

@@ -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)

+ 4 - 4
tmk_core/common/action_layer.c

@@ -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
 
 
 /*

+ 4 - 4
tmk_core/common/action_macro.c

@@ -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

+ 4 - 4
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