forked from kofal.net/zmk
Fix .gitignore, add missing changes.
This commit is contained in:
16
app/drivers/zephyr/dts/bindings/zmk,kscan-gpio-direct.yaml
Normal file
16
app/drivers/zephyr/dts/bindings/zmk,kscan-gpio-direct.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright (c) 2020, Pete Johanson
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
description: Direct GPIO keyboard KSCAN controller
|
||||
|
||||
compatible: "zmk,kscan-gpio-direct"
|
||||
|
||||
include: kscan.yaml
|
||||
|
||||
properties:
|
||||
input-gpios:
|
||||
type: phandle-array
|
||||
required: true
|
||||
debounce-period:
|
||||
type: int
|
||||
default: 5
|
||||
Reference in New Issue
Block a user