Fix wrong module name used in oneshot.md
This commit is contained in:
parent
b7de9122c2
commit
63d54cd9b5
@ -12,7 +12,7 @@ from kmk.modules.oneshot import OneShot
|
||||
oneshot = OneShot()
|
||||
# optional: set a custom tap timeout in ms (default: 1000ms)
|
||||
# oneshot.tap_time = 1500
|
||||
keyboard.modules.append(modtap)
|
||||
keyboard.modules.append(oneshot)
|
||||
```
|
||||
|
||||
## Keycodes
|
||||
|
Loading…
x
Reference in New Issue
Block a user