suggestion picker: a persistent layer to complement virtual keyboards like wvkbd
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h new file mode 100644 index 0000000..266ba81 --- /dev/null +++ b/config.def.h @@ -0,0 +1,7 @@ +#ifndef config_def_h_INCLUDED +#define config_def_h_INCLUDED + +static const char *default_font = "Monospace 15"; + +#endif // config_def_h_INCLUDED + |