suggestion picker: a persistent layer to complement virtual keyboards like wvkbd
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | config.def.h | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -6,4 +6,4 @@ include/config.h .gdb_history *.log wvkbd -config.def.h +config.h 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 + |