]> git.gir.st - tmk_keyboard.git/commit
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)
commitcb663eeca6f5f2924974b4c6798a64489a5cdacc
treeee1d418515dd013ff7f9200340cc8f887ee4f543
parentd9652cdf992baaa066f75866689ac50d2b37cb9f
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).
tmk_core/common/bootmagic.c
tmk_core/common/keymap.c
tmk_core/common/keymap.h
Imprint / Impressum