refactor: redesign on-screen keyboard with 10-col layout, symbol mode, long-press, visual improvements

This commit is contained in:
pablohc
2026-04-12 23:08:50 +02:00
committed by jpirnay
parent 4449b807a4
commit 53d621a91f
7 changed files with 380 additions and 249 deletions
@@ -37,7 +37,8 @@ constexpr ThemeMetrics values = {.batteryWidth = 16,
.keyboardKeyHeight = 50,
.keyboardKeySpacing = 0,
.keyboardBottomAligned = true,
.keyboardCenteredText = true};
.keyboardCenteredText = true,
.keyboardVerticalOffset = 0};
}
class Lyra3CoversTheme : public LyraTheme {