File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copyright (c) 2022 Google LLC
2+ # SPDX-License-Identifier: Apache-2.0
3+
4+ description : Zephyr GPIO KEYS parent node
5+
6+ compatible : " zephyr,gpio-keys"
7+
8+ include : [gpio-keys.yaml]
Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ compatible: "gpio-keys"
77
88include : base.yaml
99
10+ properties :
11+ debounce-interval-ms :
12+ type : int
13+ default : 30
14+ description : |
15+ Debouncing interval time in milliseconds.
16+ If not specified defaults to 30.
17+
1018child-binding :
1119 description : GPIO KEYS child node
1220 properties :
@@ -16,3 +24,7 @@ child-binding:
1624 label :
1725 type : string
1826 description : Descriptive name of the key
27+ zephyr,code :
28+ type : int
29+ default : 0
30+ description : Key / Axis code to emit.
You can’t perform that action at this time.
0 commit comments