1
0
mirror of https://github.com/jjsullivan5196/wvkbd.git synced 2025-03-13 02:42:47 +01:00

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

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

7
config.def.h Normal 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