rename to cg_swap and added docs
This commit is contained in:
committed by
Kyle Brown
parent
3f0283422d
commit
6002ad33e1
13
docs/cg_swap.md
Normal file
13
docs/cg_swap.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Ctrl Gui Swap
|
||||
This module allows to swap Ctrl with Gui and vice versa. This will reset on restart to the default implementation
|
||||
|
||||
## Enabling the module
|
||||
```python
|
||||
from kmk.module.cg_swap import CgSwap
|
||||
# cg_swap disabled on startup
|
||||
cg_swap = CgSwap()
|
||||
# cg_swap enabled on startup
|
||||
# cg_swap = CgSwap(true)
|
||||
keyboard.modules.append(cg_swap)
|
||||
|
||||
```
|
Reference in New Issue
Block a user