mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
fix(docs): Fix col/row properties in kscan.md example
This commit is contained in:
@@ -207,8 +207,8 @@ One possible way to do this is a 3x4 matrix where the direct GPIO keys are shift
|
|||||||
kscan0: kscan_composite {
|
kscan0: kscan_composite {
|
||||||
compatible = "zmk,kscan-composite";
|
compatible = "zmk,kscan-composite";
|
||||||
label = "KSCAN0";
|
label = "KSCAN0";
|
||||||
rows = <3>;
|
rows = <4>;
|
||||||
columns = <4>;
|
columns = <3>;
|
||||||
|
|
||||||
// Include the matrix driver
|
// Include the matrix driver
|
||||||
matrix {
|
matrix {
|
||||||
|
|||||||
Reference in New Issue
Block a user