From 925ba048e3bcf0e562e2bc4c7134f2509c82422c Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Mon, 6 Jan 2020 22:38:01 +0100 Subject: [PATCH] added funkey_sdl1.2 --- .gitmodules | 3 +++ FunKey/board/funkey/local.mk | 1 + funkey_sdl1.2 | 1 + 3 files changed, 5 insertions(+) create mode 160000 funkey_sdl1.2 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