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.
22 lines
409 B
22 lines
409 B
# Copyright (c) 2020, The ZMK Contributors |
|
# SPDX-License-Identifier: MIT |
|
|
|
description: GPIO keyboard demux controller |
|
|
|
compatible: "zmk,kscan-gpio-demux" |
|
|
|
include: kscan.yaml |
|
|
|
properties: |
|
input-gpios: |
|
type: phandle-array |
|
required: true |
|
output-gpios: |
|
type: phandle-array |
|
required: true |
|
debounce-period: |
|
type: int |
|
default: 5 |
|
polling-interval-msec: |
|
type: int |
|
default: 25
|
|
|