input: double tap

Added input double tap psuedo device

Signed-off-by: Helmut Lord <kellyhlord@gmail.com>
This commit is contained in:
Helmut Lord 2024-08-14 21:55:42 -04:00 committed by Anas Nashif
commit 15c4df0aaa
12 changed files with 322 additions and 0 deletions

View file

@ -154,6 +154,14 @@
long-delay-ms = <100>;
};
double_tap: doubletap {
input = <&double_tap>;
compatible = "zephyr,input-double-tap";
input-codes = <0>;
double-tap-codes = <0>;
double-tap-delay-ms = <0>;
};
i2c@1 {
#address-cells = <1>;
#size-cells = <0>;