summaryrefslogtreecommitdiff
path: root/docs/reference_info_json.md
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/reference_info_json.md
parentb824faca71e1db86c158a0e09f225410c1e7e0a8 (diff)
Remove redundant audio eeconfig init (#22736)
Diffstat (limited to 'docs/reference_info_json.md')
-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.
111Configures the [Audio](feature_audio.md) feature. 111Configures the [Audio](feature_audio.md) feature.
112 112
113* `audio` 113* `audio`
114 * `default`
115 * `on`
116 * The default audio enabled state.
117 * Default: `true`
118 * `clicky`
119 * The default audio clicky enabled state.
120 * Default: `true`
114 * `macro_beep` 121 * `macro_beep`
115 * Play a short beep for `\a` (ASCII `BEL`) characters in Send String macros. 122 * Play a short beep for `\a` (ASCII `BEL`) characters in Send String macros.
116 * Default: `false` 123 * Default: `false`