summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--config.def.h7
2 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d86ee5f..fddd038 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
+