Has anybody actually tried building the source code for the Techkeys programmable keyboard card?
I'm using the official source code from github here
https://github.com/komar007/ravello_firmwareBut when attempting to build using >make I get the following error
make: *** No rule to make target `techkeys', needed by `all'. Stop.
Just to be clear, I'm trying to build the .HEX file using the c++ source code.
Any help would be really appreciated.