diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-07-24 22:07:43 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-07-24 22:07:43 -0400 |
| commit | 8b94e26d7c3b30cc57d710a11e5651d15e8e3b20 (patch) | |
| tree | 365c257a28cafbb40e1b430db810e2fa4101d7e1 /quantum/keymap_common.c | |
| parent | 4aa7d2e20627020c74172c0173b6d9700b84ff9b (diff) | |
| download | qmk_firmware-8b94e26d7c3b30cc57d710a11e5651d15e8e3b20.tar.gz qmk_firmware-8b94e26d7c3b30cc57d710a11e5651d15e8e3b20.zip | |
Fixes midi functionality
Diffstat (limited to 'quantum/keymap_common.c')
| -rw-r--r-- | quantum/keymap_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_common.c b/quantum/keymap_common.c index d0a8312c1..833e5a8f8 100644 --- a/quantum/keymap_common.c +++ b/quantum/keymap_common.c | |||
| @@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 30 | #include "quantum.h" | 30 | #include "quantum.h" |
| 31 | 31 | ||
| 32 | #ifdef MIDI_ENABLE | 32 | #ifdef MIDI_ENABLE |
| 33 | #include "keymap_midi.h" | 33 | #include "process_midi.h" |
| 34 | #endif | 34 | #endif |
| 35 | 35 | ||
| 36 | extern keymap_config_t keymap_config; | 36 | extern keymap_config_t keymap_config; |
