diff options
| author | Joel Challis | 2025-05-14 14:02:43 +0200 |
|---|---|---|
| committer | GitHub | 2025-05-14 14:02:43 +0200 |
| commit | 05ff5443b1d528855332b4b06063fad26f21e391 (patch) | |
| tree | 5f022267b25c5e8e8fade9ecddf906e362ff097c /docs/reference_info_json.md | |
| parent | e553cf7214e3f608ede138a6133aaf4d2fecdac7 (diff) | |
Deprecate `usb.force_nkro`/`FORCE_NKRO` (#25262)
Diffstat (limited to 'docs/reference_info_json.md')
| -rw-r--r-- | docs/reference_info_json.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md index 0f8f680b55..a64f2992b5 100644 --- a/docs/reference_info_json.md +++ b/docs/reference_info_json.md @@ -274,6 +274,14 @@ Configures the [Encoder](features/encoders) feature. * The number of edge transitions on both pins required to register an input. * Default: `4` +## Host {#host} + +* `host` + * `default` + * `nkro` <Badge type="info">Boolean</Badge> + * The default nkro state. + * Default: `false` + ## Indicators {#indicators} Configures the [LED Indicators](features/led_indicators) feature. @@ -818,9 +826,6 @@ Configures the [Stenography](features/stenography) feature. * `vid` <Badge type="info">String</Badge> <Badge>Required</Badge> * The USB vendor ID as a four-digit hexadecimal number. * Example: `"0xC1ED"` - * `force_nkro` <Badge type="info">Boolean</Badge> - * Force NKRO to be active. - * Default: `false` * `max_power` <Badge type="info">Number</Badge> * The maximum current draw the host should expect from the device. This does not control the actual current usage. * Default: `500` (500 mA) |