From 0fe01f7a8ca47600ef2366f1e5af629288a7f01a Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Sun, 19 Sep 2021 21:31:41 +0200 Subject: [PATCH] Update submodules --- lvgl | 2 +- sq2lv_layouts.c | 6 +++--- squeek2lvgl | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lvgl b/lvgl index 3e0ddd0..ab50f00 160000 --- a/lvgl +++ b/lvgl @@ -1 +1 @@ -Subproject commit 3e0ddd028511c6c4a0ba33a15526f404b31a50b8 +Subproject commit ab50f001a6f0190d5d5f38b4faa33eb7ac03959e diff --git a/sq2lv_layouts.c b/sq2lv_layouts.c index 25d2d3d..fe3fef5 100644 --- a/sq2lv_layouts.c +++ b/sq2lv_layouts.c @@ -21,7 +21,7 @@ static const char * const keycaps_lower_terminal_us[] = { \ "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "\n", \ "a", "s", "d", "f", "g", "h", "j", "k", "l", "\n", \ "ABC", "z", "x", "c", "v", "b", "n", "m", LV_SYMBOL_BACKSPACE, "\n", \ - "1#", " ", LV_SYMBOL_OK, "" \ + "123", " ", LV_SYMBOL_OK, "" \ }; static const lv_btnmatrix_ctrl_t attributes_lower_terminal_us[] = { \ @@ -83,7 +83,7 @@ static const char * const keycaps_upper_terminal_us[] = { \ "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", "\n", \ "A", "S", "D", "F", "G", "H", "J", "K", "L", "\n", \ "abc", "Z", "X", "C", "V", "B", "N", "M", LV_SYMBOL_BACKSPACE, "\n", \ - "1#", " ", LV_SYMBOL_OK, "" \ + "123", " ", LV_SYMBOL_OK, "" \ }; static const lv_btnmatrix_ctrl_t attributes_upper_terminal_us[] = { \ @@ -145,7 +145,7 @@ static const char * const keycaps_numbers_terminal_us[] = { \ "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "\n", \ "*", "#", "$", "/", "&", "-", "_", "+", "(", ")", "\n", \ ",", "\"", "'", ":", ";", "!", "?", LV_SYMBOL_BACKSPACE, "\n", \ - "abc", " ", ".", LV_SYMBOL_OK, "" \ + "ABC", " ", ".", LV_SYMBOL_OK, "" \ }; static const lv_btnmatrix_ctrl_t attributes_numbers_terminal_us[] = { \ diff --git a/squeek2lvgl b/squeek2lvgl index 9786e5f..f2194f3 160000 --- a/squeek2lvgl +++ b/squeek2lvgl @@ -1 +1 @@ -Subproject commit 9786e5f5b3917e3886ce5e532bbe0318e113abd4 +Subproject commit f2194f34380f4f03b65126bbc274c95e9cab7495