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 {
compatible = "zmk,matrix-transform";
rows = <4>; // 3 rows
cols = <6>; // 3 columns
columns = <6>; // 3 columns
row-gpios = <&gpio0 1 GPIO_ACTIVE_LOW>, // Pin for row 1
<&gpio0 0 GPIO_ACTIVE_LOW>, // Pin for row 2