mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
feat(docs): document the toggle layer behavior
This commit is contained in:
@@ -39,3 +39,18 @@ Example:
|
||||
```
|
||||
&mo LOWER
|
||||
```
|
||||
|
||||
## Toggle Layer
|
||||
|
||||
The "toggle layer" behavior allows you to enable a layer until the layer is manually disabled.
|
||||
|
||||
### Behavior Binding
|
||||
|
||||
- Reference: `&tog`
|
||||
- Parameter: The layer number to enable/disable, e.g. `1`
|
||||
|
||||
Example:
|
||||
|
||||
```
|
||||
&tog LOWER
|
||||
```
|
||||
Reference in New Issue
Block a user