Fix more typoes
This commit is contained in:
parent
74716c4c20
commit
1521a3ec03
@ -49,7 +49,7 @@ keyboard.leader_dictionary = {
|
||||
Will expire after a timer and trigger the sequence that matches if any.
|
||||
This can be enabled with
|
||||
```python
|
||||
from kmk.consts.LeaderMode
|
||||
from kmk.consts import LeaderMode
|
||||
keyboard.leader_mode = LeaderMode.TIMEOUT
|
||||
```
|
||||
|
||||
@ -65,7 +65,6 @@ Has no timeout. To end sequence press the enter key, or cancel and do nothing, p
|
||||
This can be enabled with
|
||||
|
||||
```python
|
||||
from kmk.consts.LederMode
|
||||
from kmk.consts import LeaderMode
|
||||
keyboard.leader_mode = LeaderMode.ENTER
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user