From 359a4cc8f6bf7ab5cfcff1e783f8e016edf6ec17 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Sun, 19 Sep 2021 13:45:50 +0200 Subject: [PATCH] Update squeek2lvgl and regenerate layouts --- sq2lv_layouts.c | 36 ++++++++++++++++++------------------ squeek2lvgl | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/sq2lv_layouts.c b/sq2lv_layouts.c index 60e2f8b..fb9de52 100644 --- a/sq2lv_layouts.c +++ b/sq2lv_layouts.c @@ -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[] = { \ - 19, 28 \ + 19, 28, 29 \ }; static const int switcher_dests_upper_de[] = { \ - 0, 2 \ + 0, 2, 3 \ }; /* 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[] = { \ - 28 \ + 28, 29 \ }; static const int switcher_dests_numbers_de[] = { \ - 0 \ + 0, 3 \ }; /* 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[] = { \ - 20, 29 \ + 20, 29, 30 \ }; static const int switcher_dests_upper_es[] = { \ - 0, 2 \ + 0, 2, 3 \ }; /* 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[] = { \ - 28 \ + 28, 29 \ }; static const int switcher_dests_numbers_es[] = { \ - 0 \ + 0, 3 \ }; /* 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[] = { \ - 20, 29 \ + 20, 29, 33 \ }; static const int switcher_dests_upper_fr[] = { \ - 0, 2 \ + 0, 2, 3 \ }; /* 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[] = { \ - 28 \ + 28, 32 \ }; static const int switcher_dests_numbers_fr[] = { \ - 0 \ + 0, 3 \ }; /* Layer: Special characters - generated from eschars */ diff --git a/squeek2lvgl b/squeek2lvgl index 94efcf3..117e724 160000 --- a/squeek2lvgl +++ b/squeek2lvgl @@ -1 +1 @@ -Subproject commit 94efcf33cdc12735356196c8b5aed6d122a284bc +Subproject commit 117e7240d146ba8f3d4bdc59a38317fc99002ba9