refactor(docs): Change behavior to behaviors
Makes a better URL.
This commit is contained in:
parent
a685d88744
commit
2871dca9bf
16 changed files with 45 additions and 45 deletions
|
|
@ -25,7 +25,7 @@ Rotation is handled separately as a type of sensor. The behavior for this is set
|
|||
sensor-bindings = <BINDING CW_KEY CCW_KEY>;
|
||||
```
|
||||
|
||||
- `BINDING`, for now, has only one behavior available; `&inc_dec_kp` for key presses (see [Key Press](/docs/behavior/key-press) for details on available keycodes).
|
||||
- `BINDING`, for now, has only one behavior available; `&inc_dec_kp` for key presses (see [Key Press](/docs/behaviors/key-press) for details on available keycodes).
|
||||
- `CW_KEY` is the keycode activated by a clockwise turn.
|
||||
- `CCW_KEY` is the keycode activated by a counter-clockwise turn.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue