fix(docs): Fix row/col comments in matrix examples

This commit is contained in:
Cem Aksoylar 2023-09-02 14:44:37 -07:00
parent 185457bc11
commit 3bf2048e34

View file

@ -297,9 +297,7 @@ Any keyboard which is not a grid of 1 unit keys will likely have some unused pos
kscan0: kscan {
compatible = "zmk,kscan-gpio-matrix";
rows = <5>;
columns = <4>;
// define the matrix...
// define row-gpios with 5 elements and col-gpios with 4...
};
default_transform: matrix_transform {
@ -359,9 +357,7 @@ Consider a keyboard with a [duplex matrix](https://wiki.ai03.com/books/pcb-desig
kscan0: kscan {
compatible = "zmk,kscan-gpio-matrix";
rows = <12>;
columns = <8>;
// define the matrix...
// define row-gpios with 12 elements and col-gpios with 8...
};
default_transform: matrix_transform {