diff options
author | Christian Hesse <mail@eworm.de> | 2023-12-14 08:54:04 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-12-14 08:54:04 +0100 |
commit | 5fdc8d9e65a9a37377e53ceb4b15258d734e764f (patch) | |
tree | 788c116a4160e7869c92c7fef670dfac72c231f3 | |
parent | f9528f0ac55da4ce2ef904dc10760012a68ae75a (diff) |
doc/mode-button: document required type of led
-rw-r--r-- | doc/mode-button.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mode-button.md b/doc/mode-button.md index 6374b83..38a4b11 100644 --- a/doc/mode-button.md +++ b/doc/mode-button.md @@ -52,7 +52,7 @@ Configuration The configuration goes to `global-config-overlay`, these are the parameters: * `ModeButton`: an array with defined actions -* `ModeButtonLED`: led to give visual feedback +* `ModeButtonLED`: led to give visual feedback, `type` must be `on` or `off` > ℹ️ **Info**: Copy relevant configuration from > [`global-config`](../global-config.rsc) (the one without `-overlay`) to |