aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorMarvin Borner2020-07-26 16:18:54 +0200
committerMarvin Borner2020-07-26 16:18:54 +0200
commit5860f8c0d690d430424a7b619558024691c71f69 (patch)
treebfc9dee83ff15da1a2eda39ad312709d22244226 /src/config.h
parentd8410862be2f00bf2ce321bc28b8322f2de944a9 (diff)
Added simple keyboard input.
This is somewhat of a demo. The real gui will be implemented completely different (ig)
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 08779a7..789a80f 100644
--- a/src/config.h
+++ b/src/config.h
@@ -6,7 +6,9 @@
int MELVIX_VERSION = 0;
+#define USERNAME "melvin"
#define FONT_PATH "/font/ter-p32n.psf"
//#define FONT_PATH "/font/spleen-16x32.psfu"
+#define NETWORK "rtl8139"
#endif