Fixes midi functionality

This commit is contained in:
Jack Humbert 2016-07-24 22:07:43 -04:00
parent 4aa7d2e206
commit 8b94e26d7c
5 changed files with 17 additions and 17 deletions

View file

@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "quantum.h"
#ifdef MIDI_ENABLE
#include "keymap_midi.h"
#include "process_midi.h"
#endif
extern keymap_config_t keymap_config;