Skip to content

Commit 4836f36

Browse files
committed
impr: simplified footprint paths
1 parent 96eed78 commit 4836f36

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[submodule "firmware"]
22
path = firmware
33
url = https://github.com/Perseus333/zmk-keyboards-daedalus.git
4-
[submodule "hardware/footprints/ceoloide"]
5-
path = hardware/footprints/ceoloide/ceoloide
6-
url = https://github.com/ceoloide/ergogen-footprints

docs/build-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Order the PCB after downloading it from [GitHub](https://github.com/Perseus333/d
8787
1. Go to the [latest release](https://github.com/Perseus333/daedalus-keyboard/releases/latest) and download the `Gerber.zip`, the `BOM.csv` and the `positions.csv` .
8888
- OPTION B: Make the Gerber files yourself (Recommended)
8989
1. Open the PCB file on KiCAD
90-
2. (Recommended) Import the [external footprints](https://github.com/Perseus333/daedalus-keyboard/tree/main/hardware/footprints) into KiCAD. You can follow [the guide by Joe Scotto](https://github.com/joe-scotto/scottokeebs/tree/main/Extras/ScottoKicad) that's linked in the footprints directory. To download the Joe Scotto files, I would recommend using this [GitHub directory downloader](https://download-directory.github.io/?url=https%3A%2F%2Fgithub.com%2Fjoe-scotto%2Fscottokeebs%2Ftree%2Fmain%2FExtras%2FScottoKicad%2Ffootprints) tool, since Joe Scotto's repository is Gigabytes in size.
90+
2. (Recommended) Import the [external footprints](../hardware/footprints.md) into KiCAD. You can follow [the guide by Joe Scotto](https://github.com/joe-scotto/scottokeebs/tree/main/Extras/ScottoKicad) that's linked in the footprints directory. To download the Joe Scotto files, I would recommend using this [GitHub directory downloader](https://download-directory.github.io/?url=https%3A%2F%2Fgithub.com%2Fjoe-scotto%2Fscottokeebs%2Ftree%2Fmain%2FExtras%2FScottoKicad%2Ffootprints) tool, since Joe Scotto's repository is Gigabytes in size.
9191
3. On KiCAD, once you have the PCB file opened, check that there are no errors: Go to the "Inspect" Tab > "Design Rules Checker" > "Run DRC". Make sure that there are no errors. Warnings are generally fine, but read through all of them just in case.
9292
4. Go to the "File" Tab > "Fabrication Outputs" > "Gerbers" > Specify "Output Directory" > "Generate Drill Files" (makes the holes!) > "Plot".
9393
5. Convert the output directory that you specified into a `.zip` file or just compress all the files into a `.zip` file.

hardware/footprints.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Footprints
2+
3+
You should download the footprints from this two repositories. For more information refer to the [Build Guide](../docs/build-guide.md).
4+
5+
- https://github.com/joe-scotto/scottokeebs/tree/main/Extras/ScottoKicad
6+
7+
- https://github.com/ceoloide/ergogen-footprints
Lines changed: 0 additions & 1 deletion
This file was deleted.

hardware/footprints/joeScottoFootprints.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)