Personal Kicad Library Convention (KLC)
Personal Kicad library conventions for symbol libraries. Inspired by the official KiCad Library Convention (KLC) but adapted for a fully specified component library. 1. Scope These conventions apply to all symbol libraries prefixed with MyLib_. Every symbol in these libraries should be fully specified. It represents one exact purchasable component with a pre-assigned footprint, datasheet, and distributor information. 2. Library Naming Libraries are named by function using the format: MyLib_<Function> Use singular nouns and CamelCase for multi-word functions. ...