This is a project template for a Raspberry Pi B+ Hat.
This base project includes a PCB edge defined according to this specification. Both a thru-hole and a surface mount connector are provided, along with a different PCB edge for each. Just keep the PCB edge and connector type that you're using for your design and delete the others.
The component footprints used in this template are here.
The board outline looks like this:
To use the Raspberry Pi Hat template, do one of following:
mkdir -p my_project/libraries && cd my_project/libraries
git submodule add https://github.com/devbisme/RPi_Hat_Template
Not recommended because you loose version control tracking,
Download the .zip from here and save it to your system
In KiCAD go to Preferences > Manage Symbol Libraries
and add the symbol library libraries/RPI_Hat.kicad_sym
In KiCAD go to Preferences > Manage Footprint Libraries
and add the footprint library footprints/RPI_Hat.pretty/
(c)2015-2021 Dave Vandenbout.