18 lines
385 B
Markdown
18 lines
385 B
Markdown
# How to use this template
|
|
|
|
custom keyboard
|
|
|
|

|
|
|
|
the code for creating all of this lives in `.hooks/`
|
|
|
|
## setup
|
|
dependencies:
|
|
- python3.9+ (used for crossplatfrom scripting)
|
|
- kicad-cli
|
|
|
|
to set up the hooks just run
|
|
```
|
|
python setup.py
|
|
```
|
|
This script will add a line in the `.git/hooks/pre-push` to auto run `.hooks/kicad_cli_tools.py` |