You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
432 B
25 lines
432 B
# Copyright (c) 2020, Pete Johanson |
|
# SPDX-License-Identifier: MIT |
|
|
|
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
|
|
|