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) | |
| download | qmk_firmware-29de37d5c0ea9fc6b5539ce4493c7b10a2a7f33f.tar.gz qmk_firmware-29de37d5c0ea9fc6b5539ce4493c7b10a2a7f33f.zip | |
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 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/>. | |||
| 18 | #ifndef KEYMAP_MIDI_H | 18 | #ifndef KEYMAP_MIDI_H |
| 19 | #define KEYMAP_MIDI_H | 19 | #define KEYMAP_MIDI_H |
| 20 | 20 | ||
| 21 | #include <lufa.h> | ||
| 22 | |||
| 21 | #define MIDI 0x6000 | 23 | #define MIDI 0x6000 |
| 22 | #define MIDI12 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000 | 24 | #define MIDI12 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000 |
| 23 | 25 | ||
