diff --git a/.gitmodules b/.gitmodules index 449a166..642b984 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "funkey_retrofe_layout_240x240"] path = funkey_retrofe_layout_240x240 url = git@bitbucket.org:keymu2/funkey_retrofe_layout_240x240.git +[submodule "funkey_sdl1.2"] + path = funkey_sdl1.2 + url = git@bitbucket.org:keymu2/funkey_sdl1.2.git diff --git a/FunKey/board/funkey/local.mk b/FunKey/board/funkey/local.mk index 4c1481b..eddb3cc 100644 --- a/FunKey/board/funkey/local.mk +++ b/FunKey/board/funkey/local.mk @@ -1,2 +1,3 @@ RETROFE_OVERRIDE_SRCDIR = ../funkey_retrofe RETROFE_LAYOUT_OVERRIDE_SRCDIR = ../funkey_retrofe_layout_240x240 +SDL_OVERRIDE_SRCDIR = ../funkey_sdl1.2 diff --git a/funkey_sdl1.2 b/funkey_sdl1.2 new file mode 160000 index 0000000..aa4bf96 --- /dev/null +++ b/funkey_sdl1.2 @@ -0,0 +1 @@ +Subproject commit aa4bf96c505a9534cc422bc5e17c2ca2f41d6710