Add landscape height value

This commit is contained in:
Stacy Harper
2021-08-26 19:45:17 +02:00
committed by John Sullivan
parent e100aafb05
commit 7a512fbca7
2 changed files with 27 additions and 6 deletions

View File

@ -3,6 +3,9 @@
/* how tall the keyboard should be by default (can be overriden) */
#define KBD_PIXEL_HEIGHT 240
/* how tall the keyboard should be by default (can be overriden) */
#define KBD_PIXEL_LANDSCAPE_HEIGHT 120
/* if your layout leaves an empty margin, increase this to fix it */
#define KBD_PIXEL_OVERSCAN_WIDTH 5