Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.04 KB

buildguide-rev2.md

File metadata and controls

28 lines (22 loc) · 1.04 KB

Build guide

Parts required

  • 1 Pedal master rev2 board
  • 3 Amphenol audio 1/4" jack connectors ACJS/ACJM family.
  • 3 10K resistors
  • 1 Arduino Micro
  • (Recommended) Male-female pin headers for mounting the arduino to the PCB. (Standard breadboard sizing.)

Tools required

  • Soldering iron

Instructions

  1. Solder the components to the PCB on the silkscreened side. Assembled PCB

  2. Edit the firmware file firmware_rev2.ino using the Arduino IDE and in the config section, set the INVERTED config variable to true if using inverted pedals. (e.g. Yamaha branded ones.) You can also edit what each pedal does by customizing the KEYS variable. Refer to Keyboard.h in the Arduino SDK for available keycodes.

  3. Flash the firmware to your Arduino micro.

  4. Enjoy your new foot-operated keyboard! Note that no driver is required for usage, since the Arduino emulates a standard USB keyboard.