Add deprecation message for END

Note: END has officially been deprecated since commit ebd9f35 on Jul 22
pull/365/head
Craig Disselkoen 7 years ago
parent 5b72c95227
commit 706401d0cc

@ -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;

Loading…
Cancel
Save