From: orbitingorca <32821588+orbitingorca@users.noreply.github.com> Date: Thu, 10 Jan 2019 16:30:30 +0000 (+0000) Subject: Documentation clarification (#3611) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3ac6989cc13b2198f107d518e221effe55d98cd4;p=qmk_firmware.git Documentation clarification (#3611) * Documentation fix * Further clarification --- diff --git a/docs/config_options.md b/docs/config_options.md index 085ab3ee5..63bcc41d0 100644 --- a/docs/config_options.md +++ b/docs/config_options.md @@ -109,9 +109,9 @@ If you define these options you will disable the associated feature, which can s * `#define NO_ACTION_ONESHOT` * disable one-shot modifiers * `#define NO_ACTION_MACRO` - * disable all macro handling + * disable old style macro handling: MACRO() & action_get_macro * `#define NO_ACTION_FUNCTION` - * disable the action function (deprecated) + * disable calling of action_function() from the fn_actions array (deprecated) ## Features That Can Be Enabled