Skip to content

Commit

Permalink
docs: hopefully more clear description of the new setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Timoyoungster committed Jun 14, 2024
1 parent 72ea410 commit 70b907c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docs/config/system.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ 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 | 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 | 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.

Expand Down

0 comments on commit 70b907c

Please sign in to comment.