diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-01-11 16:53:33 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-01-11 16:53:33 -0500 |
commit | 29de37d5c0ea9fc6b5539ce4493c7b10a2a7f33f (patch) | |
tree | cecb16f2969a1d250b45d828df1e700bce1d8c40 /quantum/keymap_midi.h | |
parent | 11ce694557389bdde2b5ae15af38fdad3fe77a27 (diff) |
pwm audio
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 |