Set up submodules
This commit is contained in:
parent
0738a693fe
commit
24a56d8b90
7 changed files with 13 additions and 5 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -4,3 +4,9 @@
|
|||
[submodule "buffyboard/lvgl"]
|
||||
path = buffyboard/lvgl
|
||||
url = https://github.com/littlevgl/lvgl.git
|
||||
[submodule "unl0kr/lvgl"]
|
||||
path = unl0kr/lvgl
|
||||
url = https://github.com/littlevgl/lvgl.git
|
||||
[submodule "unl0kr/lv_drivers"]
|
||||
path = unl0kr/lv_drivers
|
||||
url = git@github.com:calebccff/lv_drivers.git
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
#include <ini.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "squeek2lvgl/sq2lv.h"
|
||||
#include "../squeek2lvgl/sq2lv.h"
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
1
unl0kr/lv_drivers
Submodule
1
unl0kr/lv_drivers
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 71dbdf07c4ab808bc6f04251d58f78bb57869bf9
|
||||
1
unl0kr/lvgl
Submodule
1
unl0kr/lvgl
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 2f294aa76c8fece98a4fa72304bc6f267ed2a228
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
#include "lvgl/lvgl.h"
|
||||
|
||||
#include "squeek2lvgl/sq2lv.h"
|
||||
#include "../squeek2lvgl/sq2lv.h"
|
||||
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ unl0kr_sources = [
|
|||
]
|
||||
|
||||
squeek2lvgl_sources = [
|
||||
'squeek2lvgl/sq2lv.c',
|
||||
'../squeek2lvgl/sq2lv.c',
|
||||
]
|
||||
|
||||
man_files = [
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
cd squeek2lvgl
|
||||
cd ../squeek2lvgl
|
||||
pipenv install
|
||||
pipenv run python squeek2lvgl.py \
|
||||
--input us.yaml \
|
||||
|
|
@ -31,6 +31,6 @@ pipenv run python squeek2lvgl.py \
|
|||
--name "Français" \
|
||||
--extra-top-row-base "1 2 3 4 5 6 7 8 9 0" \
|
||||
--extra-top-row-upper "! @ # $ % ^ & * ( )" \
|
||||
--output .. \
|
||||
--output ../unl0kr \
|
||||
--surround-space-with-arrows \
|
||||
--shift-keycap '\xef\x8d\x9b'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue