Move declaration of keymap_config.

Should really not declare variables in .h files - since it's included
in different .c files, a proper linker then complains that the same
variable is declared more than once (once for each .c file that the
offending .h is included in).
This commit is contained in:
flabbergast 2015-10-12 09:46:48 +01:00
parent d9652cdf99
commit cb663eeca6
3 changed files with 4 additions and 1 deletions

View file

@ -10,6 +10,7 @@
#include "eeconfig.h"
#include "bootmagic.h"
keymap_config_t keymap_config;
void bootmagic(void)
{