fix(docs): Remove diode-direction from direct GPIO driver
This commit is contained in:
parent
185457bc11
commit
fd47965838
1 changed files with 9 additions and 10 deletions
|
@ -73,13 +73,12 @@ Applies to: `compatible = "zmk,kscan-gpio-direct"`
|
||||||
Definition file: [zmk/app/drivers/zephyr/dts/bindings/kscan/zmk,kscan-gpio-direct.yaml](https://github.com/zmkfirmware/zmk/blob/main/app/drivers/zephyr/dts/bindings/kscan/zmk%2Ckscan-gpio-direct.yaml)
|
Definition file: [zmk/app/drivers/zephyr/dts/bindings/kscan/zmk,kscan-gpio-direct.yaml](https://github.com/zmkfirmware/zmk/blob/main/app/drivers/zephyr/dts/bindings/kscan/zmk%2Ckscan-gpio-direct.yaml)
|
||||||
|
|
||||||
| Property | Type | Description | Default |
|
| Property | Type | Description | Default |
|
||||||
| ------------------------- | ---------- | ----------------------------------------------------------------------------------------------------------- | ----------- |
|
| ------------------------- | ---------- | ----------------------------------------------------------------------------------------------------------- | ------- |
|
||||||
| `label` | string | Unique label for the node | |
|
| `label` | string | Unique label for the node | |
|
||||||
| `input-gpios` | GPIO array | Input GPIOs (one per key) | |
|
| `input-gpios` | GPIO array | Input GPIOs (one per key) | |
|
||||||
| `debounce-press-ms` | int | Debounce time for key press in milliseconds. Use 0 for eager debouncing. | 5 |
|
| `debounce-press-ms` | int | Debounce time for key press in milliseconds. Use 0 for eager debouncing. | 5 |
|
||||||
| `debounce-release-ms` | int | Debounce time for key release in milliseconds. | 5 |
|
| `debounce-release-ms` | int | Debounce time for key release in milliseconds. | 5 |
|
||||||
| `debounce-scan-period-ms` | int | Time between reads in milliseconds when any key is pressed. | 1 |
|
| `debounce-scan-period-ms` | int | Time between reads in milliseconds when any key is pressed. | 1 |
|
||||||
| `diode-direction` | string | The direction of the matrix diodes | `"row2col"` |
|
|
||||||
| `poll-period-ms` | int | Time between reads in milliseconds when no key is pressed and `CONFIG_ZMK_KSCAN_DIRECT_POLLING` is enabled. | 10 |
|
| `poll-period-ms` | int | Time between reads in milliseconds when no key is pressed and `CONFIG_ZMK_KSCAN_DIRECT_POLLING` is enabled. | 10 |
|
||||||
| `toggle-mode` | bool | Use toggle switch mode. | n |
|
| `toggle-mode` | bool | Use toggle switch mode. | n |
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue