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