diff options
| author | Zach DeCook <zachdecook@librem.one> | 2022-01-21 17:41:20 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2022-01-21 17:41:20 -0500 |
| commit | d169f66b57b8567ec06ada3b79d4163d48603d02 (patch) | |
| tree | 8b3cb16a5047836912d3d4bfac76c18fb668c8f5 /config.h | |
| parent | 6e16e55851b472513b3869e8af757c7e4fbc131f (diff) | |
| download | suggpicker-d169f66b57b8567ec06ada3b79d4163d48603d02.tar.gz | |
layout: Remove layout file
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 = { |
