adamws / kicad-kbplacer

KiCad plugin for automatic keyboard's key placement and routing
GNU General Public License v3.0
333 stars 23 forks source link

layout2schematic: use non-numeric annotations if defined in layout file #33

Closed adamws closed 1 month ago

adamws commented 3 months ago

derived from: https://github.com/adamws/kicad-kbplacer/issues/32

When layout file uses annotations like R0,C0, the layout2schematic tool should produce schematic with same names. Currently it will transform these to ROW0,COL0 which results in mismatch between generated schematic and layout file.