diff --git a/src/MacroSteps.h b/src/MacroSteps.h index 79e88f36..f3e668f2 100644 --- a/src/MacroSteps.h +++ b/src/MacroSteps.h @@ -35,4 +35,4 @@ typedef uint8_t macro_t; #define Uc(k) MACRO_ACTION_STEP_KEYCODEUP, (Key_ ## k).keyCode #define Tc(k) MACRO_ACTION_STEP_TAPCODE, (Key_ ## k).keyCode -#define END MACRO_ACTION_END +__attribute__((deprecated("END is no longer required to end macros"))) const MacroActionStepType END = MACRO_ACTION_END;