Add infused kim footprints

This commit is contained in:
2024-02-06 14:47:12 +01:00
parent 75e8f6ab43
commit a3749c4950
5 changed files with 21 additions and 3 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
ergogen/output
pcb/abyss-backups/
pcb/fp-info-cache

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "ergogen/footprints/infused-kim"]
path = ergogen/footprints/infused-kim
url = git@github.com:infused-kim/kb_ergogen_fp.git

View File

@@ -1,3 +1,7 @@
meta:
engine: 4.0.5
author: zoriya
name: abyss
units:
kx: cx
ky: cy
@@ -120,10 +124,18 @@ pcbs:
adjust:
shift: [0, -5]
promicro:
what: promicro
what: infused-kim/nice_nano_pretty
params:
orientation: "down"
traces: true
where:
ref: matrix_middle_top
shift: [3kx + 2px, -1.25ky]
shift: [3kx + 2px, -0.25ky]
rotate: -90
oled:
what: infused-kim/nice_view
params:
reverse: true
where:
ref: matrix_middle_top
shift: [3kx + 2px, -3.25ky]
rotate: -90

View File

@@ -2,5 +2,6 @@
pkgs.mkShell {
packages = with pkgs; [
kicad
nodejs
];
}