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:
parent
b5ec768822
commit
a38ec393b5
2
.gitignore
vendored
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
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user