15 lines
293 B
YAML
15 lines
293 B
YAML
# KiBot output for generating netlist in KiCad format
|
|
# https://kibot.readthedocs.io/en/latest/configuration/outputs/netlist.html
|
|
|
|
kibot:
|
|
version: 1
|
|
|
|
outputs:
|
|
- name: @NAME@
|
|
comment: '@COMMENT@'
|
|
type: netlist
|
|
|
|
...
|
|
definitions:
|
|
NAME: netlist
|
|
COMMENT: Schematic netlist in KiCad format |