DD bootmagic config (#19201)

* DD bootmagic config

* Also enable

* docs
This commit is contained in:
Joel Challis 2022-11-30 04:27:21 +00:00 committed by GitHub
parent 20b901366a
commit c952458c78
Failed to generate hash of commit
4 changed files with 57 additions and 0 deletions

View file

@ -333,3 +333,24 @@ Example:
}
}
```
## Bootmagic
This section configures [Bootmagic Lite](feature_bootmagic.md) support.
The following options can be configured:
|Key |Description |
|---------|-----------------------------------------------------------------------------|
|`matrix` | A two item list describing the row and column location for the trigger key. |
Example:
```json
{
"bootmagic": {
"enabled": true,
"matrix": [0, 0]
},
}
```