port boards and docs

This commit is contained in:
Kyle Brown
2020-11-13 16:10:14 -08:00
parent 33e969230f
commit f94734c28d
32 changed files with 220 additions and 226 deletions

View File

@@ -1,10 +1,10 @@
# ModTap Keycodes
Enabling ModTap will give you access to the following keycodes and can simply be
added to the extentions list.
added to the modules list.
```python
from kmk.extensions.modtap import ModTap
keyboard.extensions.append(ModTap())
from kmk.modules.modtap import ModTap
keyboard.modules.append(ModTap())
```
## Keycodes