choc_mini- | Sweep test
This commit is contained in:
parent
a961784376
commit
30435d4e48
|
|
@ -18,6 +18,8 @@ jobs:
|
|||
run: |
|
||||
cp ./promicro.js ./node_modules/ergogen/src/footprints
|
||||
cp ./button.js ./node_modules/ergogen/src/footprints
|
||||
cp ./broom.js ./node_modules/ergogen/src/footprints
|
||||
cp ./index.js ./node_modules/ergogen/src/footprints
|
||||
npm run gen
|
||||
- name: Export DSN for main PCB
|
||||
uses: ./.github/actions/export-dsn
|
||||
|
|
|
|||
|
|
@ -0,0 +1,22 @@
|
|||
module.exports = {
|
||||
alps: require('./alps'),
|
||||
button: require('./button'),
|
||||
broom: require('./broom'),
|
||||
choc: require('./choc'),
|
||||
chocmini: require('./chocmini'),
|
||||
diode: require('./diode'),
|
||||
jstph: require('./jstph'),
|
||||
jumper: require('./jumper'),
|
||||
mx: require('./mx'),
|
||||
oled: require('./oled'),
|
||||
omron: require('./omron'),
|
||||
pad: require('./pad'),
|
||||
promicro: require('./promicro'),
|
||||
rgb: require('./rgb'),
|
||||
rotary: require('./rotary'),
|
||||
scrollwheel: require('./scrollwheel'),
|
||||
slider: require('./slider'),
|
||||
text: require('./text'),
|
||||
trrs: require('./trrs'),
|
||||
via: require('./via'),
|
||||
}
|
||||
|
|
@ -337,25 +337,26 @@ pcbs:
|
|||
nets:
|
||||
from: GND
|
||||
to: RST
|
||||
broom:
|
||||
type: broom
|
||||
anchor:
|
||||
shift: [23.368, -2.54]
|
||||
rotate: 180
|
||||
info_l:
|
||||
type: text
|
||||
anchor:
|
||||
ref:
|
||||
- matrix_pinky_bottom
|
||||
shift: [kx -5.3, -0.5 kx +0.6]
|
||||
shift: [87.376, 9.11]
|
||||
rotate: -5
|
||||
params:
|
||||
text: "Dupa\\nby KostkaBrukowa"
|
||||
text: "Dupa Sweep\\nby KostkaBrukowa"
|
||||
justify: left
|
||||
info_r:
|
||||
type: text
|
||||
anchor:
|
||||
ref:
|
||||
- matrix_pinky_bottom
|
||||
shift: [kx-5.3, -0.5 kx + 0.6]
|
||||
shift: [87.376, 9.11]
|
||||
rotate: -5
|
||||
params:
|
||||
layer: B.SilkS
|
||||
text: "Dupa\\nby KostkaBrukowa"
|
||||
text: "Dupa Sweep\\nby KostkaBrukowa"
|
||||
justify: right mirror
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue