forked from kofal.net/zmk
Move Zephyr app into subdirectory.
This commit is contained in:
25
app/drivers/zephyr/dts/bindings/gpio-kscan.yaml
Normal file
25
app/drivers/zephyr/dts/bindings/gpio-kscan.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright (c) 2020, Pete Johanson
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: GPIO keyboard matrix controller
|
||||
|
||||
compatible: "gpio-kscan"
|
||||
|
||||
include: kscan.yaml
|
||||
|
||||
properties:
|
||||
row-gpios:
|
||||
type: phandle-array
|
||||
required: true
|
||||
col-gpios:
|
||||
type: phandle-array
|
||||
required: true
|
||||
debounce-period:
|
||||
type: int
|
||||
default: 5
|
||||
diode-direction:
|
||||
type: string
|
||||
default: row2col
|
||||
enum:
|
||||
- row2col
|
||||
- col2row
|
||||
Reference in New Issue
Block a user