X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Faction_macro.c;h=12bef295861ee64c6021015ac66ea2c9f5c431e4;hb=ee3b9d2ef08b3a176257b1082a0f367b9f29fc67;hp=cc78c82327917667f3efff059dd8c28877b070cc;hpb=c37d52d2137acf5739c481cc0c8917ad6fd77161;p=qmk_firmware.git diff --git a/tmk_core/common/action_macro.c b/tmk_core/common/action_macro.c index cc78c8232..12bef2958 100644 --- a/tmk_core/common/action_macro.c +++ b/tmk_core/common/action_macro.c @@ -19,16 +19,20 @@ along with this program. If not, see . #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 #define MACRO_READ() (macro = MACRO_GET(macro_p++)) +/** \brief Action Macro Play + * + * FIXME: Needs doc + */ void action_macro_play(const macro_t *macro_p) { macro_t macro = END;