Add missing config.def.h

This commit is contained in:
Stacy Harper 2021-08-25 23:52:08 +02:00 committed by John Sullivan
parent b5ec768822
commit a38ec393b5
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -6,4 +6,4 @@ include/config.h
.gdb_history .gdb_history
*.log *.log
wvkbd wvkbd
config.def.h config.h

7
config.def.h Normal file
View File

@ -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