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 USBMidiKlik source code [USBMidiKlik GitHub master source]https://github.com/TheKikGen/USBMidiKliK/archive/master.zip) then unzip files in a directory.:
  3. Download the last LUFA library here LUFA USB library then unzip files in a LUFA directory.
  4. Download the midiXParser library here midiXParser then unzip in a midiXParser directory.
  5. Modify the makefile in the USBMidiklik directory to change the name of the MIDI device, and adjust dependancies directories if needed
  6. To make for uno, use 'make uno'.

To get help, use 'make mdkhelp'.

Clone this wiki locally