]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
Move declaration of keymap_config.
authorflabbergast <s3+flabbergast@sdfeu.org>
Mon, 12 Oct 2015 08:46:48 +0000 (09:46 +0100)
committerflabbergast <s3+flabbergast@sdfeu.org>
Mon, 12 Oct 2015 08:46:48 +0000 (09:46 +0100)
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).


No differences found