diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-01-23 20:37:00 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-01-23 20:37:00 -0500 |
commit | 9a1ae948c9e19d3153512c196801a969c9637732 (patch) | |
tree | 948641e82788ee298468da9090749f79ad765c00 /quantum/keymap_midi.h | |
parent | e5aee62e54d0b6f02ff170f4e9bf1e738d36fb4c (diff) | |
parent | ae620fe8562254a5c00a48b863cabd4c87abd613 (diff) |
Merge pull request #104 from jackhumbert/smarkefile
Rework Planck file structure
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 |