diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2026-07-17 01:29:18 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2026-07-17 01:29:18 +0200 |
| commit | dfc21369731bb38c23004ba41c85125797969fe9 (patch) | |
| tree | cfd689aac5791a3cf2131dcef293aad7f7c7d90a /src/c/config.c | |
| parent | 7b2319b1727dd25d16f12351376cdba75a404fb1 (diff) | |
improve beeps a bittrunk
Diffstat (limited to 'src/c/config.c')
| -rw-r--r-- | src/c/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/config.c b/src/c/config.c index 0791b85..4f8884c 100644 --- a/src/c/config.c +++ b/src/c/config.c @@ -27,7 +27,7 @@ static void config_load_defaults() { configuration.version = CONFIG_VERSION; configuration.bpm = 90; configuration.beats = 4; - configuration.volume = 100; + configuration.volume = 50; configuration.beat_indicators = 0xff; } |
