Skip to content
TheKikGen edited this page Jul 7, 2019 · 16 revisions

Welcome to the USBMidiKliK wiki!

How to compile the firmware

  1. You must have the WINAVR or gcc-avr installed on your computer.
  2. Download the last LUFA library here then unzip files in a LUFA directory : LUFA USB library
  3. Download the midiXParser library here then unzip in a midiXParser directory : midiXParser
  4. Modify the makefile to change the name of the MIDI device, and adjust dependancies directories if needed

To get help, use 'make mdkhelp'. To make for uno, use 'make uno'.

Clone this wiki locally