input: double tap
Added input double tap psuedo device Signed-off-by: Helmut Lord <kellyhlord@gmail.com>
This commit is contained in:
parent
d3815dae43
commit
15c4df0aaa
12 changed files with 322 additions and 0 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue