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.
26 lines
443 B
26 lines
443 B
5 years ago
|
# Copyright (c) 2020, Pete Johanson
|
||
4 years ago
|
# SPDX-License-Identifier: MIT
|
||
5 years ago
|
|
||
|
description: GPIO keyboard matrix controller
|
||
|
|
||
4 years ago
|
compatible: "zmk,kscan-gpio-matrix"
|
||
5 years ago
|
|
||
|
include: kscan.yaml
|
||
|
|
||
|
properties:
|
||
4 years ago
|
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
|