~ruther/qmk_firmware

3ac6989cc13b2198f107d518e221effe55d98cd4 — orbitingorca 6 years ago aad4319
Documentation clarification (#3611)

* Documentation fix

* Further clarification
1 files changed, 2 insertions(+), 2 deletions(-)

M docs/config_options.md
M docs/config_options.md => docs/config_options.md +2 -2
@@ 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