stops forcing debug_action
This commit is contained in:
parent
27d24faf39
commit
2bbf3d5820
4 changed files with 16 additions and 16 deletions
|
@ -27,11 +27,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#include "action_util.h"
|
#include "action_util.h"
|
||||||
#include "action.h"
|
#include "action.h"
|
||||||
|
|
||||||
//#ifdef DEBUG_ACTION
|
#ifdef DEBUG_ACTION
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
//#else
|
#else
|
||||||
//#include "nodebug.h"
|
#include "nodebug.h"
|
||||||
//#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
void action_exec(keyevent_t event)
|
void action_exec(keyevent_t event)
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "action_layer.h"
|
#include "action_layer.h"
|
||||||
|
|
||||||
//#ifdef DEBUG_ACTION
|
#ifdef DEBUG_ACTION
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
//#else
|
#else
|
||||||
//#include "nodebug.h"
|
#include "nodebug.h"
|
||||||
//#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -19,11 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#include "action_macro.h"
|
#include "action_macro.h"
|
||||||
#include "wait.h"
|
#include "wait.h"
|
||||||
|
|
||||||
//#ifdef DEBUG_ACTION
|
#ifdef DEBUG_ACTION
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
//#else
|
#else
|
||||||
//#include "nodebug.h"
|
#include "nodebug.h"
|
||||||
//#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef NO_ACTION_MACRO
|
#ifndef NO_ACTION_MACRO
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
#include "keycode.h"
|
#include "keycode.h"
|
||||||
#include "timer.h"
|
#include "timer.h"
|
||||||
|
|
||||||
//#ifdef DEBUG_ACTION
|
#ifdef DEBUG_ACTION
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
//#else
|
#else
|
||||||
//#include "nodebug.h"
|
#include "nodebug.h"
|
||||||
//#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NO_ACTION_TAPPING
|
#ifndef NO_ACTION_TAPPING
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue