Lines Matching +full:pseudo +full:- +full:device
2 # SPDX-License-Identifier: Apache-2.0
5 Input double tap pseudo-device
10 Can be optionally be associated to a specific device to listen for events
11 only from that device.
15 #include <zephyr/dt-bindings/input/input-event-codes.h>
19 compatible = "zephyr,input-double-tap";
20 input-codes = <INPUT_KEY_0>, <INPUT_KEY_1>;
21 double-tap-codes = <INPUT_KEY_A>, <INPUT_KEY_B>;
22 double-tap-delay-ms = <300>;
25 compatible: "zephyr,input-double-tap"
31 Input device phandle, if not specified listen for input from all devices.
33 input-codes:
39 double-tap-codes:
45 double-tap-delay-ms: