@@ -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,11 +4,11 @@
#include "util.h"
#include "action_layer.h"
/*
@@ -19,11 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "action_macro.h"
#include "wait.h"
#ifndef NO_ACTION_MACRO
@@ -6,11 +6,11 @@
#include "keycode.h"
#include "timer.h"
#ifndef NO_ACTION_TAPPING