Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.04 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.04 KB

mod-hw-footswitch

This repository contains the schematics and PCB design files for the Footswitch hardware. This is a peripheral meant to be used in conjunction with MOD (http://moddevices.com/) via its control-chain interface.

These files were created and can be improved with KiCAD, a free software Electronics CAD which is available at http://www.kicad.org/

Check out instructions

This project uses a set of KiCAD symbols and footprints provided by the official KiCad library (https://github.com/KiCad/). In order to properly fetch these dependencies, which are configured as submodule repositories, you have to use the --recursive attribute in the following git command:

git clone --recursive https://github.com/portalmod/mod-hw-footswitch.git

Licensing

This is an Open Hardware project and all of the files in this repository are licensed under the terms of the "Creative Commons By-SA" license.

Firmware

The firmware source code is freely available at https://github.com/portalmod/mod-fw-footswitch