diff options
author | Krow Savcik <krow@savcik.xyz> | 2024-01-11 15:29:47 +0200 |
---|---|---|
committer | Krow Savcik <krow@savcik.xyz> | 2024-01-11 15:29:47 +0200 |
commit | 0df2d329d9ec3458d8f6d80b5937ad92722da940 (patch) | |
tree | 6f72d1e7345a63214e9fdd3176f276793d5ed911 /README.md | |
parent | e19d0f9124f09df0c37038d422db79d841e3763c (diff) |
added: config.def.h
Now the default configuration is in config.def.h
Before compiling for the first time, config.h is created.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ And these features are waiting to be implemented: Controls -------- -All the keybindings can be changed in *src/config.h*. +All the keybindings can be changed in *config.h*. - **=/-** for zooming in/out - **arrows** for moving the canvas |