mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-03-13 10:52:47 +01:00
8 lines
145 B
C
8 lines
145 B
C
|
#ifndef config_def_h_INCLUDED
|
||
|
#define config_def_h_INCLUDED
|
||
|
|
||
|
static const char *default_font = "Monospace 15";
|
||
|
|
||
|
#endif // config_def_h_INCLUDED
|
||
|
|