aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_audio.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/feature_audio.md')
-rw-r--r--docs/feature_audio.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/feature_audio.md b/docs/feature_audio.md
index 039c62cdf..fe210c09b 100644
--- a/docs/feature_audio.md
+++ b/docs/feature_audio.md
@@ -128,13 +128,11 @@ This adds a click sound each time you hit a button, to simulate click sounds fro
128* `CK_UP` - Increases the frequency of the clicks 128* `CK_UP` - Increases the frequency of the clicks
129* `CK_DOWN` - Decreases the frequency of the clicks 129* `CK_DOWN` - Decreases the frequency of the clicks
130 130
131
131The feature is disabled by default, to save space. To enable it, add this to your `config.h`: 132The feature is disabled by default, to save space. To enable it, add this to your `config.h`:
132 133
133 #define AUDIO_CLICKY 134 #define AUDIO_CLICKY
134 135
135Additionally, even when enabled, the feature is not enabled by default, so you would need to turn it on first. And since we don't use EEPROM to store the setting (yet), you can default this to on by adding this to your `config.h`:
136
137 #define AUDIO_CLICKY_ON
138 136
139You can configure the default, min and max frequencies, the stepping and built in randomness by defining these values: 137You can configure the default, min and max frequencies, the stepping and built in randomness by defining these values:
140 138