Skip to content
TheKikGen edited this page Dec 20, 2023 · 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.

sudo apt-get install gcc-avr binutils-avr avr-libc gdb-avr avrdude

  1. Clone the USBMidiKlik source code and its submodules lufa and midiXparser : git clone --recurse-submodules https://github.com/TheKikGen/USBMidiKliK

  2. To build for uno, use 'make uno'.

To get help, use 'make mdkhelp'.

Clone this wiki locally