-
Now that KiCad 7 has been around for a while, it would be nice for Ergogen to generate *.kicad_pcb files using the latest version, to allow for KiCad 7 footprint features.
-
@ceoloide came up with a really cool way to do presets in ergogen. This can for example be used to switch between keyboard variations like choc, mx and so on.
You can see it here:
https://github.c…
-
I was updating my board from soldered choc switches to hotswap-able choc switches and noticed that when setting the `hotswap` param to `true`, the pins of the switch also reversed.
Here is a quick…
-
What do you think of the idea to add concat to the ergogen preprocessor.
Perhaps something like this...
```yaml
meta:
engine: 4.0.4
name: 'ThinkCorney'
version: v1-b1
author: "@infuse…
-
WIth this example as context:
```yaml
points:
key.tags: [key, key_1u]
zones:
matrix:
columns:
pinky:
rows.top.tags: [key_1_25u]
ring:
middle…
-
Easy change, cleans up PCB and makes wiring less tedious for those who know the sort of component they want.
-
Exporting STL from both the official and unofficial site gives me a 9 bytes file.
It can be replicated by generating an STL of CasePcbTest on https://ergogen.xyz/
-
i'm constantly hitting his error whenever I try to use the github action to autobuild the kicad file. I'm using the yaml file generated from https://ergogen.cache.works/ . As a test I tried using the …
-
### Description
I'm trying to use `outlines.exports` with type `keys` and I am experiencing non-generating lines or lines generating incorrectly.
### Replication
Here is a YAML sample:
``…
-
Hi @dlip, amazing work.
I'd like to use waveshare rp2040 zero in a board of mine and I'm searching for an Ergogen footprint for it.
I noticed yours is using a cut out to support flush soldering,…