diff options
author | JayceFayne <13365789+JayceFayne@users.noreply.github.com> | 2021-10-27 01:55:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 16:55:04 -0700 |
commit | 312b1b95a88e1b4b6d0642e1f788bcbd3d8d589b (patch) | |
tree | 7ec2465126c599b5a587bf73a333496a739867f5 | |
parent | b168fb3b2cb47f4546d5177152f6e4ee7e870269 (diff) | |
download | qmk_firmware-312b1b95a88e1b4b6d0642e1f788bcbd3d8d589b.tar.gz qmk_firmware-312b1b95a88e1b4b6d0642e1f788bcbd3d8d589b.zip |
Document `MAGIC` feature (#14301)
-rw-r--r-- | docs/config_options.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index dbf3d3da2..cfbe39f0d 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
@@ -404,6 +404,8 @@ However, this will automatically disable the legacy TMK Macros and Functions fea | |||
404 | 404 | ||
405 | Use these to enable or disable building certain features. The more you have enabled the bigger your firmware will be, and you run the risk of building a firmware too large for your MCU. | 405 | Use these to enable or disable building certain features. The more you have enabled the bigger your firmware will be, and you run the risk of building a firmware too large for your MCU. |
406 | 406 | ||
407 | * `MAGIC_ENABLE` | ||
408 | * MAGIC actions (BOOTMAGIC without the boot) | ||
407 | * `BOOTMAGIC_ENABLE` | 409 | * `BOOTMAGIC_ENABLE` |
408 | * Virtual DIP switch configuration | 410 | * Virtual DIP switch configuration |
409 | * `MOUSEKEY_ENABLE` | 411 | * `MOUSEKEY_ENABLE` |