Skip to content

Commit c69b97c

Browse files
committed
fix: uniform release capitalization
1 parent 4836f36 commit c69b97c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
*.xcf
2+
/releases
23

34
# KiCAD stuff
45
*fp-info-cache
56
*.kicad_prl
7+
hardware/daedalus-backups
68

79
# Pandoc files
810
*.log

docs/build-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Order the PCB after downloading it from [GitHub](https://github.com/Perseus333/d
8484
1. Download the necessary files
8585
- There are two routes: If you want to download the PCB as is, follow option A, if you want to check the PCB or make any modifications and make the gerber files yourself, follow option B (recommended).
8686
- OPTION A: Download the Gerber & others from GitHub
87-
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` .
87+
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
9090
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.
@@ -269,7 +269,7 @@ This is the easy part!
269269
This section just describes how to get the firmware up and running. If you're interested in modifying it refer to the firmware repository: [zmk-keyboards-daedalus](https://github.com/Perseus333/zmk-keyboards-daedalus/tree/master).
270270

271271
1. Start charging the modules with a USB-C power cable by connecting it to the Nice!Nano.
272-
2. Download the firmware from the `firmware.zip` in the [latest release](https://github.com/Perseus333/daedalus-keyboard/releases/latest)
272+
2. Download the firmware from the `FIRMWARE.zip` in the [latest release](https://github.com/Perseus333/daedalus-keyboard/releases/latest)
273273
3. Extract its contents to an accessible directory, you should see a right and left file.
274274
4. On the keyboard side that has battery, or is charging (you should see an orange light, if it's the left side, you should look below the controller) double press the small reset button right next to it. You should see a blue light from another LED start flashing. If it doesn't light up, try again with different tempos.
275275
5. The blue light indicates that the bootloader mode is on. Connect a USB-C cable THAT CAN TRANSFER DATA (some charging cables can't) between your computer and the Nice!Nano.

0 commit comments

Comments
 (0)