summaryrefslogtreecommitdiffstats
path: root/quantum/keymap_common.c
diff options
context:
space:
mode:
authorIBNobody <ibnobody@gmail.com>2016-04-17 19:54:32 +0200
committerIBNobody <ibnobody@gmail.com>2016-04-17 19:54:32 +0200
commitd5b72e7bde5ede25f7d5699b50b7d9eb6f31ba92 (patch)
tree906fb97e49f1db6e3ddbbbca07cb3ff930d187d6 /quantum/keymap_common.c
parentc940e87235c9fe26f5c7451464af54a493270a68 (diff)
downloadqmk_firmware-d5b72e7bde5ede25f7d5699b50b7d9eb6f31ba92.tar.gz
qmk_firmware-d5b72e7bde5ede25f7d5699b50b7d9eb6f31ba92.tar.xz
Fixed many compiler warnings related to print being disabled
Diffstat (limited to 'quantum/keymap_common.c')
-rw-r--r--quantum/keymap_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/keymap_common.c b/quantum/keymap_common.c
index 61a51aedb..ce1d007f3 100644
--- a/quantum/keymap_common.c
+++ b/quantum/keymap_common.c
@@ -26,6 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "backlight.h"
#include "keymap_midi.h"
#include "bootloader.h"
+#include "eeconfig.h"
extern keymap_config_t keymap_config;