forked from mirrors/qmk_userspace
DD bootmagic config (#19201)
* DD bootmagic config * Also enable * docs
This commit is contained in:
parent
20b901366a
commit
c952458c78
4 changed files with 57 additions and 0 deletions
|
@ -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]
|
||||
},
|
||||
}
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue