summaryrefslogtreecommitdiff
path: root/app/drivers/zephyr/dts/bindings/zmk,kscan-gpio-matrix.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'app/drivers/zephyr/dts/bindings/zmk,kscan-gpio-matrix.yaml')
-rw-r--r--app/drivers/zephyr/dts/bindings/zmk,kscan-gpio-matrix.yaml25
1 files changed, 0 insertions, 25 deletions
diff --git a/app/drivers/zephyr/dts/bindings/zmk,kscan-gpio-matrix.yaml b/app/drivers/zephyr/dts/bindings/zmk,kscan-gpio-matrix.yaml
deleted file mode 100644
index 5ebcbdd..0000000
--- a/app/drivers/zephyr/dts/bindings/zmk,kscan-gpio-matrix.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright (c) 2020, Pete Johanson
-# SPDX-License-Identifier: MIT
-
-description: GPIO keyboard matrix controller
-
-compatible: "zmk,kscan-gpio-matrix"
-
-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