diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h index bdb8dc7..192c37e 100644 --- a/config.h +++ b/config.h @@ -1,6 +1,9 @@ #ifndef config_def_h_INCLUDED #define config_def_h_INCLUDED +#define KBD_PIXEL_HEIGHT 40 +#define KBD_PIXEL_LANDSCAPE_HEIGHT 40 + static const char *default_font = "Monospace 14"; struct clr_scheme scheme = { |
