mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-07-13 06:24:29 +02:00
border: display around all sides
(not just top and left edges) Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
committed by
Maarten van Gompel
parent
0cd0d5e1a1
commit
f9bf42129a
@ -5,8 +5,8 @@
|
||||
/* how tall the keyboard should be by default (can be overriden) */
|
||||
#define KBD_PIXEL_LANDSCAPE_HEIGHT 120
|
||||
|
||||
/* spacing between keys */
|
||||
#define KBD_KEY_BORDER 2
|
||||
/* spacing around each key */
|
||||
#define KBD_KEY_BORDER 1
|
||||
|
||||
/* layout declarations */
|
||||
enum layout_id {
|
||||
|
Reference in New Issue
Block a user