docs: hopefully more clear description of the new setting

This commit is contained in:
Timoyoungster 2024-06-14 15:23:37 +02:00 committed by Pete Johanson
parent 10d03ca46c
commit 29599e8b0a

View file

@ -30,10 +30,10 @@ Making changes to any of the settings in this section modifies the HID report de
:::
| Config | Type | Description | Default |
| -------------------------------------------- | ---- | -------------------------------------------------------------- | ------- |
| -------------------------------------------- | ---- | ---------------------------------------------------------------- | ------- |
| `CONFIG_ZMK_HID_INDICATORS` | bool | Enable receipt of HID/LED indicator state from connected hosts | n |
| `CONFIG_ZMK_HID_CONSUMER_REPORT_SIZE` | int | Number of consumer keys simultaneously reportable | 6 |
| `CONFIG_ZMK_HID_SEPARATE_MOD_RELEASE_REPORT` | bool | Release the Modifiers separate from and after the modified key | n |
| `CONFIG_ZMK_HID_SEPARATE_MOD_RELEASE_REPORT` | bool | Send modifier release event **after** non-modifier release event | n |
Exactly zero or one of the following options may be set to `y`. The first is used if none are set.