You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`layout_hints`: Optional list of layout optimization hints
1382
1446
-`default`: If True, this becomes the default board config for the project
1447
+
-`modifiers`: Optional list of component modifier functions that run **before** BOM profile modifiers. Use this to override BOM matching or set custom part numbers for specific components. Functions are registered only at the root module level.
1448
+
-`bom_profile`: Function that registers BOM matching modifiers (default: `add_default_bom_profile`). The default profile automatically assigns manufacturer part numbers to generic resistors and capacitors. Pass `lambda: None` to disable BOM matching.
1383
1449
1384
1450
**Note:** Either `config` or `layers` must be provided, but not both. If neither is provided, an error will be raised.
0 commit comments