Fix .gitignore, add missing changes.
This commit is contained in:
parent
17ef033f00
commit
a6a364725d
4 changed files with 285 additions and 7 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue