aboutsummaryrefslogtreecommitdiff
path: root/quantum/keymap_common.c
diff options
context:
space:
mode:
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/>.
24#include "action_macro.h" 24#include "action_macro.h"
25#include "debug.h" 25#include "debug.h"
26#include "backlight.h" 26#include "backlight.h"
27#include "keymap_midi.h"
28#include "bootloader.h" 27#include "bootloader.h"
29#include "eeconfig.h" 28#include "eeconfig.h"
30 29
30#ifdef MIDI_ENABLE
31 #include "keymap_midi.h"
32#endif
33
34
31extern keymap_config_t keymap_config; 35extern keymap_config_t keymap_config;
32 36
33#include <stdio.h> 37#include <stdio.h>