diff options
Diffstat (limited to 'quantum/dynamic_keymap.c')
-rw-r--r-- | quantum/dynamic_keymap.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/quantum/dynamic_keymap.c b/quantum/dynamic_keymap.c index f76f37f997..8c2d2f5dce 100644 --- a/quantum/dynamic_keymap.c +++ b/quantum/dynamic_keymap.c @@ -14,8 +14,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ - -#include "tmk_core/common/eeprom.h" +#include "config.h" +#include "keymap.h" // to get keymaps[][][] +#include "eeprom.h" +#include "progmem.h" // to read default from flash #include "quantum.h" // for send_string() #include "eeconfig.h" |