-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* atma v0.2.0
- Loading branch information
Showing
39 changed files
with
193,986 additions
and
715 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,7 @@ | ||
all: output/pcbs/atma_pcb.kicad_pcb \ | ||
output/pcbs/atma_pcb_front.jpg \ | ||
output/pcbs/atma_pcb_back.jpg \ | ||
img/atma_pcb_front_small.jpg | ||
all: ergogen/pcbs/atma.kicad_pcb | ||
|
||
output/pcbs/atma_pcb.kicad_pcb: atma.yaml | ||
ergogen/pcbs/atma.kicad_pcb: atma.yaml | ||
npm run gen | ||
|
||
output/pcbs/atma_pcb_front.jpg: output/pcbs/atma_pcb.kicad_pcb | ||
pcbdraw plot \ | ||
--side front \ | ||
--style gatema-green \ | ||
$< $@ | ||
mkdir -p img | ||
cp $@ img/$(notdir $@) | ||
|
||
output/pcbs/atma_pcb_back.jpg: output/pcbs/atma_pcb.kicad_pcb | ||
pcbdraw plot \ | ||
--side back \ | ||
--style gatema-green \ | ||
$< $@ | ||
mkdir -p img | ||
cp $@ img/$(notdir $@) | ||
|
||
img/atma_pcb_front_small.jpg: output/pcbs/atma_pcb_front.jpg | ||
mkdir -p img | ||
convert $< -resize 25% $@ | ||
|
||
# output/pcbs/atma_pcb_front.svg: output/pcbs/atma_pcb.kicad_pcb | ||
# kicad-cli pcb export svg -l '*' -o $@ $< | ||
|
||
# output/pcbs/atma_pcb_front.pdf: output/pcbs/atma_pcb.kicad_pcb | ||
# kicad-cli pcb export pdf -l '*' -o $@ $< | ||
|
||
clean: | ||
rm -rf output/pcbs/atma_pcb.kicad_pcb \ | ||
img/atma_pcb_front.jpg \ | ||
img/atma_pcb_back.jpg \ | ||
output/pcbs/atma_pcb_front.jpg \ | ||
output/pcbs/atma_pcb_back.jpg \ | ||
img/atma_pcb_front_small.jpg | ||
rm -rf ergogen/pcbs/atma.kicad_pcb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# atma | ||
|
||
![](https://img.shields.io/badge/version-v0.2.0-blue) [![CC-BY license](https://img.shields.io/badge/license-CC--4.0--BY-blue)](https://creativecommons.org/licenses/by/4.0) | ||
|
||
- 36 key ortholinear split | ||
- Waveshare RP2040 Zero | ||
- Diodeless, reversible PCB | ||
- RJ45 split comms | ||
|
||
![pcb left](img/left.png) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.