From 42ad18f379370280f34554b781efc9750931e892 Mon Sep 17 00:00:00 2001 From: Clayton Wilson Date: Sat, 5 Oct 2024 15:03:06 -0500 Subject: [PATCH] Change cols to columns --- config/cradio.keymap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index 9d00b60..7f2958c 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -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