Mirror upstream keyboard changes

This commit is contained in:
jpirnay
2026-04-27 21:47:51 +02:00
parent 9b3b9eb597
commit dfe5bf1ef7
5 changed files with 20 additions and 6 deletions
@@ -40,7 +40,9 @@ constexpr ThemeMetrics values = {.batteryWidth = 16,
.keyboardBottomKeySpacing = 5,
.keyboardBottomAligned = true,
.keyboardCenteredText = false,
.keyboardVerticalOffset = -7};
.keyboardVerticalOffset = -7,
.keyboardTextFieldWidthPercent = 85,
.keyboardWidthPercent = 90};
}
class Lyra3CoversTheme : public LyraTheme {