Home
last modified time | relevance | path

Searched +full:no +full:- +full:ghostkey +full:- +full:check (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/drivers/input/kbd_matrix/
Dno-ghostkey-check.overlay4 * SPDX-License-Identifier: Apache-2.0
8 no-ghostkey-check;
Dtestcase.yaml1 # SPDX-License-Identifier: Apache-2.0
5 - native_sim
6 - native_sim/native/64
8 - drivers
9 - input
11 - native_sim
16 - EXTRA_DTC_OVERLAY_FILE=no-ghostkey-check.overlay
19 - EXTRA_DTC_OVERLAY_FILE=actual-key-mask.overlay
22 - EXTRA_DTC_OVERLAY_FILE=actual-key-mask.overlay
23 - CONFIG_INPUT_KBD_ACTUAL_KEY_MASK_DYNAMIC=y
[all …]
/Zephyr-latest/dts/bindings/input/
Dkbd-matrix-common.yaml2 # SPDX-License-Identifier: Apache-2.0
9 row-size:
14 col-size:
19 poll-period-ms:
26 stable-poll-period-ms:
30 stable, defaults to poll-period-ms value if unspecified.
32 poll-timeout-ms:
39 debounce-down-ms:
45 debounce-up-ms:
51 settle-time-us:
[all …]
Dgpio-kbd-matrix.yaml2 # SPDX-License-Identifier: Apache-2.0
11 kbd-matrix {
12 compatible = "gpio-kbd-matrix";
13 row-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>,
15 col-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>,
18 no-ghostkey-check;
21 compatible: "gpio-kbd-matrix"
24 - name: kbd-matrix-common.yaml
25 property-blocklist:
26 - row-size
[all …]
/Zephyr-latest/doc/services/input/
Dgpio-kbd.rst1 .. _gpio-kbd:
6 The :dtcompatible:`gpio-kbd-matrix` driver supports a large variety of keyboard
14 Base use case, no isolation diodes, interrupt capable GPIOs
18 switches and flexible circuit boards, no isolation diodes, requires ghosting
21 .. figure:: no-diodes.svg
25 A 3x3 matrix, no diodes
30 .. code-block:: devicetree
32 kbd-matrix {
33 compatible = "gpio-kbd-matrix";
34 row-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>,
[all …]