Fixed spelling in layers doc

This commit is contained in:
claycooper 2023-01-22 20:29:25 -05:00 committed by xs5871
parent a72796e85c
commit 3cca939e0b

View File

@ -15,7 +15,7 @@ keyboard.modules.append(Layers())
|`KC.MO(layer)` |Momentarily activates layer, switches off when you let go |
|`KC.LM(layer, mod)` |As `MO(layer)` but with `mod` active |
|`KC.LT(layer, kc)` |Momentarily activates layer if held, sends kc if tapped |
|`KC.TG(layer)` |Toggles the layer (enables it if no active, and vise versa) |
|`KC.TG(layer)` |Toggles the layer (enables it if not active, and vice versa) |
|`KC.TO(layer)` |Activates layer and deactivates all other layers |
|`KC.TT(layer)` |Momentarily activates layer if held, toggles it if tapped repeatedly |