summaryrefslogtreecommitdiff
path: root/docs/feature_audio.md
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-05-08 18:46:29 -0700
committerskullydazed <skullydazed@users.noreply.github.com>2018-09-25 13:28:36 -0700
commite72e4b6920299176a322a2862f930b7ee5f73dff (patch)
tree1bd34f2b6fe46d08589699d5b47c984fc66d26f7 /docs/feature_audio.md
parentb7e25f9ec4203670f2434e82608554ba284cf1f3 (diff)
Store Clicky status in EEPROM
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 039c62cdf1..fe210c09b9 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
* `CK_UP` - Increases the frequency of the clicks
* `CK_DOWN` - Decreases the frequency of the clicks
+
The feature is disabled by default, to save space. To enable it, add this to your `config.h`:
#define AUDIO_CLICKY
-Additionally, 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`:
-
- #define AUDIO_CLICKY_ON
You can configure the default, min and max frequencies, the stepping and built in randomness by defining these values: