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 @@
# Layers
Layers extention adds keys for accessing other layers. It can simply be added to
Layers module adds keys for accessing other layers. It can simply be added to
the extentions list.
```python
from kmk.extensions.layers import Layers
keyboard.extensions.append(Layers())
from kmk.modules.layers import Layers
keyboard.modules.append(Layers())
```
## Keycodes