Fix wrong module name used in oneshot.md

This commit is contained in:
James Fitzgerald 2022-06-24 11:46:00 -07:00 committed by Kyle Brown
parent b7de9122c2
commit 63d54cd9b5

View File

@ -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