From: Fred Sundvik Date: Sun, 18 Jun 2017 14:07:20 +0000 (+0300) Subject: Add missing include to Ergodox Belak keymap X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2fd670bec096aa12970aa329d841ae1338f4debe;p=qmk_firmware.git Add missing include to Ergodox Belak keymap --- diff --git a/keyboards/ergodox/keymaps/belak/keymap.c b/keyboards/ergodox/keymaps/belak/keymap.c index d10567a78..45f63539b 100644 --- a/keyboards/ergodox/keymaps/belak/keymap.c +++ b/keyboards/ergodox/keymaps/belak/keymap.c @@ -2,6 +2,7 @@ #include "debug.h" #include "action_layer.h" #include "eeconfig.h" +#include "eeprom.h" #define LAYER_ON(pos) ((layer_state) & (1<<(pos))) #define _______ KC_TRNS