diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-01-23 20:34:05 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-01-23 20:34:05 -0500 |
commit | 5143c59bdff8e0b8cb896b905ab643ab8293ea47 (patch) | |
tree | 7082bac0facec617715d55deddca2b448ad880fa /quantum/keymap_midi.h | |
parent | 544a49329cac78206c0d195f2e7bfd39db05507d (diff) | |
parent | c753bfcc144e4158a1e683c2c93b32667dc08388 (diff) |
Merge branch 'audio' of https://github.com/jackhumbert/tmk_keyboard into smarkefile
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 c5917f884e..a89420ce2a 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 |