aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/keymap_common.c
diff options
context:
space:
mode:
authorStephan Bösebeck <stephan.boesebeck@holidayinsider.com>2016-05-04 08:03:25 +0200
committerStephan Bösebeck <stephan.boesebeck@holidayinsider.com>2016-05-04 08:03:25 +0200
commit660511f05007b7299a8ceceba02d92ab33574ce1 (patch)
treea36d0f69f87f0045f5a3c015ddd632cba3c0e37c /quantum/keymap_common.c
parent507db3ab13b7d058e683a6729f81ee214c1a4f17 (diff)
parent31a697bc054c97c5ef168c5fd4633bb247cc5d7b (diff)
downloadfirmware-660511f05007b7299a8ceceba02d92ab33574ce1.tar.gz
firmware-660511f05007b7299a8ceceba02d92ab33574ce1.tar.bz2
firmware-660511f05007b7299a8ceceba02d92ab33574ce1.zip
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/keymap_common.c')
-rw-r--r--quantum/keymap_common.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/quantum/keymap_common.c b/quantum/keymap_common.c
index 4b4bd6210..5e78d1157 100644
--- a/quantum/keymap_common.c
+++ b/quantum/keymap_common.c
@@ -24,10 +24,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "action_macro.h"
#include "debug.h"
#include "backlight.h"
-#include "keymap_midi.h"
#include "bootloader.h"
#include "eeconfig.h"
+#ifdef MIDI_ENABLE
+ #include "keymap_midi.h"
+#endif
+
+
extern keymap_config_t keymap_config;
#include <stdio.h>