Update kscan.md

found a typo
This commit is contained in:
HanfG 2022-07-26 14:21:07 +08:00 committed by GitHub
parent 54aa3e6a1e
commit 1d27424f18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,8 +207,8 @@ One possible way to do this is a 3x4 matrix where the direct GPIO keys are shift
kscan0: kscan_composite {
compatible = "zmk,kscan-composite";
label = "KSCAN0";
rows = <3>;
columns = <4>;
rows = <4>;
columns = <3>;
// Include the matrix driver
matrix {