diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-03-30 14:03:22 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-03-30 14:03:22 +0530 |
| commit | 7b183c5d3735dddaf5352e04a4e1eccedaa52c64 (patch) | |
| tree | f28af00c48545aad8d4862cc745656a246dee5db /.gitmodules | |
| parent | 94a5a0027adaa69e87686950efb23a37c36ad241 (diff) | |
| download | chiral-keyboard-7b183c5d3735dddaf5352e04a4e1eccedaa52c64.tar.gz chiral-keyboard-7b183c5d3735dddaf5352e04a4e1eccedaa52c64.zip | |
Rename directories + remove old board
Diffstat (limited to '')
| -rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index fe1a5c3..09068e6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "rp2040-zero"] - path = pcb/lib/rp2040-zero +[submodule "hardware/lib/rp2040-zero"] + path = hardware/lib/rp2040-zero url = git@github.com:dj505/RP2040-Zero-KiCAD.git -[submodule "keyswitches.pretty"] - path = pcb/lib/keyswitches.pretty +[submodule "hardware/lib/keyswitches.pretty"] + path = hardware/lib/keyswitches.pretty url = git@github.com:daprice/keyswitches.pretty.git |
