diff options
author | Jason Janse van Rensburg <l33tjas.0n@gmail.com> | 2016-07-25 22:55:28 +0200 |
---|---|---|
committer | Jason Janse van Rensburg <l33tjas.0n@gmail.com> | 2016-07-25 22:55:28 +0200 |
commit | 27d27b179b8892d54c1072012f716ad4fce81901 (patch) | |
tree | 60e7a70e60173a99d41f25ccfe3df5d75aa9bedb /quantum/keymap_common.c | |
parent | 3e462fac3101955ad3561a104c24ca6125e85acd (diff) | |
parent | f9aadd17e8fce17fe1e135cf8022e71a35ae5adf (diff) |
Merged branch master into bone2planck
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 d0a8312c1e..833e5a8f8d 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/>. #include "quantum.h" #ifdef MIDI_ENABLE - #include "keymap_midi.h" + #include "process_midi.h" #endif extern keymap_config_t keymap_config; |