Lines Matching +full:input +full:- +full:code
2 # SPDX-License-Identifier: Apache-2.0
5 Zephyr Input GPIO KEYS parent node
7 This defines a group of buttons that can generate input events. Each button
8 is defined in a child node of the gpio-keys node and defines a specific key
9 code.
13 #include <zephyr/dt-bindings/input/input-event-codes.h>
17 compatible = "gpio-keys";
20 zephyr,code = <INPUT_KEY_0>;
26 compatible: "gpio-keys"
31 debounce-interval-ms:
38 polling-mode:
42 specified debounce-interval-ms instead.
44 no-disconnect:
50 child-binding:
54 type: phandle-array
61 zephyr,code:
63 description: Key code to emit.