summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-12-24 06:52:58 +0000
committerGitHub <noreply@github.com>2023-12-24 06:52:58 +0000
commitb24bd2351a8536b85422db4157b06ee65cc9e90f (patch)
treef948cce23c43ac66ab079dda774d9576677b5591 /docs
parentb824faca71e1db86c158a0e09f225410c1e7e0a8 (diff)
Remove redundant audio eeconfig init (#22736)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference_info_json.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md
index e102b9bfb9..1f73ec8fae 100644
--- a/docs/reference_info_json.md
+++ b/docs/reference_info_json.md
@@ -111,6 +111,13 @@ Configures the [APA102](apa102_driver.md) driver.
Configures the [Audio](feature_audio.md) feature.
* `audio`
+ * `default`
+ * `on`
+ * The default audio enabled state.
+ * Default: `true`
+ * `clicky`
+ * The default audio clicky enabled state.
+ * Default: `true`
* `macro_beep`
* Play a short beep for `\a` (ASCII `BEL`) characters in Send String macros.
* Default: `false`