diff options
Diffstat (limited to 'quantum/keymap_midi.h')
-rw-r--r-- | quantum/keymap_midi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/keymap_midi.h b/quantum/keymap_midi.h index c5917f884..a89420ce2 100644 --- a/quantum/keymap_midi.h +++ b/quantum/keymap_midi.h @@ -18,6 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef KEYMAP_MIDI_H #define KEYMAP_MIDI_H +#include <lufa.h> + #define MIDI 0x6000 #define MIDI12 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000 |