Update squeek2lvgl and regenerate layouts

This commit is contained in:
Johannes Marbach 2021-09-19 13:45:50 +02:00
parent 8013b6d844
commit 359a4cc8f6
2 changed files with 19 additions and 19 deletions

View file

@ -215,14 +215,14 @@ static const int modifier_idxs_upper_de[] = { \
\ \
}; };
static const int num_switchers_upper_de = 2; static const int num_switchers_upper_de = 3;
static const int switcher_idxs_upper_de[] = { \ static const int switcher_idxs_upper_de[] = { \
19, 28 \ 19, 28, 29 \
}; };
static const int switcher_dests_upper_de[] = { \ static const int switcher_dests_upper_de[] = { \
0, 2 \ 0, 2, 3 \
}; };
/* Layer: Numbers / symbols - generated from numbers */ /* Layer: Numbers / symbols - generated from numbers */
@ -249,14 +249,14 @@ static const int modifier_idxs_numbers_de[] = { \
\ \
}; };
static const int num_switchers_numbers_de = 1; static const int num_switchers_numbers_de = 2;
static const int switcher_idxs_numbers_de[] = { \ static const int switcher_idxs_numbers_de[] = { \
28 \ 28, 29 \
}; };
static const int switcher_dests_numbers_de[] = { \ static const int switcher_dests_numbers_de[] = { \
0 \ 0, 3 \
}; };
/* Layer: Special characters - generated from eschars */ /* Layer: Special characters - generated from eschars */
@ -405,14 +405,14 @@ static const int modifier_idxs_upper_es[] = { \
\ \
}; };
static const int num_switchers_upper_es = 2; static const int num_switchers_upper_es = 3;
static const int switcher_idxs_upper_es[] = { \ static const int switcher_idxs_upper_es[] = { \
20, 29 \ 20, 29, 30 \
}; };
static const int switcher_dests_upper_es[] = { \ static const int switcher_dests_upper_es[] = { \
0, 2 \ 0, 2, 3 \
}; };
/* Layer: Numbers / symbols - generated from numbers */ /* Layer: Numbers / symbols - generated from numbers */
@ -439,14 +439,14 @@ static const int modifier_idxs_numbers_es[] = { \
\ \
}; };
static const int num_switchers_numbers_es = 1; static const int num_switchers_numbers_es = 2;
static const int switcher_idxs_numbers_es[] = { \ static const int switcher_idxs_numbers_es[] = { \
28 \ 28, 29 \
}; };
static const int switcher_dests_numbers_es[] = { \ static const int switcher_dests_numbers_es[] = { \
0 \ 0, 3 \
}; };
/* Layer: Special characters - generated from eschars */ /* Layer: Special characters - generated from eschars */
@ -595,14 +595,14 @@ static const int modifier_idxs_upper_fr[] = { \
\ \
}; };
static const int num_switchers_upper_fr = 2; static const int num_switchers_upper_fr = 3;
static const int switcher_idxs_upper_fr[] = { \ static const int switcher_idxs_upper_fr[] = { \
20, 29 \ 20, 29, 33 \
}; };
static const int switcher_dests_upper_fr[] = { \ static const int switcher_dests_upper_fr[] = { \
0, 2 \ 0, 2, 3 \
}; };
/* Layer: Numbers / symbols - generated from numbers */ /* Layer: Numbers / symbols - generated from numbers */
@ -629,14 +629,14 @@ static const int modifier_idxs_numbers_fr[] = { \
\ \
}; };
static const int num_switchers_numbers_fr = 1; static const int num_switchers_numbers_fr = 2;
static const int switcher_idxs_numbers_fr[] = { \ static const int switcher_idxs_numbers_fr[] = { \
28 \ 28, 32 \
}; };
static const int switcher_dests_numbers_fr[] = { \ static const int switcher_dests_numbers_fr[] = { \
0 \ 0, 3 \
}; };
/* Layer: Special characters - generated from eschars */ /* Layer: Special characters - generated from eschars */

@ -1 +1 @@
Subproject commit 94efcf33cdc12735356196c8b5aed6d122a284bc Subproject commit 117e7240d146ba8f3d4bdc59a38317fc99002ba9