瀏覽代碼

Documentation clarification (#3611)

* Documentation fix

* Further clarification
orbitingorca 6 年之前
父節點
當前提交
3ac6989cc1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/config_options.md

+ 2 - 2
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