Change cols to columns

This commit is contained in:
Clayton Wilson 2024-10-05 15:03:06 -05:00
parent b431cd46db
commit 42ad18f379

View File

@ -14,7 +14,7 @@
key_matrix { key_matrix {
compatible = "zmk,matrix-transform"; compatible = "zmk,matrix-transform";
rows = <4>; // 3 rows rows = <4>; // 3 rows
cols = <6>; // 3 columns columns = <6>; // 3 columns
row-gpios = <&gpio0 1 GPIO_ACTIVE_LOW>, // Pin for row 1 row-gpios = <&gpio0 1 GPIO_ACTIVE_LOW>, // Pin for row 1
<&gpio0 0 GPIO_ACTIVE_LOW>, // Pin for row 2 <&gpio0 0 GPIO_ACTIVE_LOW>, // Pin for row 2