diff options
| author | Joel Challis | 2024-04-24 20:33:52 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-24 20:33:52 +0200 |
| commit | 16cca527a6b46c2aa365428d7d1e214509068c4a (patch) | |
| tree | 4111bbd48f67ab300652836c1a9d860eaac734ff /docs/reference_info_json.md | |
| parent | c8ceda461afb9d6aab33309a06c94fceabfcbc72 (diff) | |
Fix WAIT_FOR_USB handling (#23598)
Diffstat (limited to 'docs/reference_info_json.md')
| -rw-r--r-- | docs/reference_info_json.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md index e6bc34e79e..6f0b84c414 100644 --- a/docs/reference_info_json.md +++ b/docs/reference_info_json.md @@ -833,7 +833,7 @@ Configures the [Stenography](feature_stenography.md) feature. * `suspend_wakeup_delay` * The amount of time to wait after sending a wakeup packet, in milliseconds. * Default: `0` (disabled) - * `wait_for` + * `wait_for_enumeration` * Force the keyboard to wait for USB enumeration before starting up. * Default: `false` |