feat(docs): Update general system config docs

This commit is contained in:
Joel Spadin
2022-04-29 21:10:49 -05:00
committed by Dom H
parent e46eaf5617
commit e8e6b2a333
2 changed files with 52 additions and 22 deletions

View File

@@ -72,7 +72,7 @@ CONFIG_EC11=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
```
The list of available settings is determined by various files in ZMK whose names start with `Kconfig`.
The list of available settings is determined by various files in ZMK whose names start with `Kconfig`. Note that options are _not_ prefixed with `CONFIG_` in these files.
See [Zephyr's Kconfig documentation](https://docs.zephyrproject.org/latest/guides/kconfig/index.html) for more details on Kconfig files.