X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Faction_macro.c;h=12bef295861ee64c6021015ac66ea2c9f5c431e4;hb=02d44beb4410b806cb8c38e272941d212fee8a74;hp=cc78c82327917667f3efff059dd8c28877b070cc;hpb=d5b72e7bde5ede25f7d5699b50b7d9eb6f31ba92;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;