From: flabbergast Date: Mon, 12 Oct 2015 08:46:48 +0000 (+0100) Subject: Move declaration of keymap_config. X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=cb663eeca6f5f2924974b4c6798a64489a5cdacc;hp=cb663eeca6f5f2924974b4c6798a64489a5cdacc;p=max%2Ftmk_keyboard.git 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). ---