mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-08-29 15:22:07 +02:00
Add missing config.def.h
This commit is contained in:
committed by
John Sullivan
parent
b5ec768822
commit
a38ec393b5
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
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
|
||||||
|
|
Reference in New Issue
Block a user