feat(keyboard): add bottom row spacing, vertical offset, and gap adjustments

This commit is contained in:
pablohc
2026-04-12 23:08:50 +02:00
committed by jpirnay
parent 53d621a91f
commit 1d2584465d
4 changed files with 11 additions and 4 deletions
@@ -36,6 +36,7 @@ constexpr ThemeMetrics values = {.batteryWidth = 16,
.keyboardKeyWidth = 31,
.keyboardKeyHeight = 50,
.keyboardKeySpacing = 0,
.keyboardBottomKeySpacing = 5,
.keyboardBottomAligned = true,
.keyboardCenteredText = true,
.keyboardVerticalOffset = 0};