mirror of
https://github.com/ClaytonWWilson/zmk-config.git
synced 2025-12-15 19:38:47 +00:00
Change cols to columns
This commit is contained in:
parent
b431cd46db
commit
42ad18f379
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user