Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.2 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.2 KB

Cornia KiCad project overview

This KiCad project is designed for the Cornia keyboard PCB

KiCad files Descriptions

  • cornia.kicad_pro: This is the main project file for KiCad. It contains general information about the project, such as library paths, and links to schematic and PCB files.
  • cornia.sch: This file defines the circuit diagram and component connections.
  • cornia.kicad_pcb: This file contains the PCB layout, including component placement, routing, and layer definitions.
  • cornia.kicad_sym: This file defines the symbol for a custom component used in the schematics.
  • cornia.kicad_mod: This file defines the footprint for a custom component used in the PCB layout.
  • cornia.pdf: This file contains any relevant documentation or information about the project.

Usage

  • Open the project: Launch KiCad and open cornia.kicad_pro file.
  • View schematics: Open schematic file from the project view.
  • Inspect PCB layout: Open PCB layout file from the project view.
  • Modify as needed: Make any necessary changes to the schematics and/or PCB layout.
  • Generate Gerber files: If you're ready to manufacture the PCB, generate the Gerber files from the PCB layout.