From 0d3aca062e3fd7a4b351a9edc42c6b36686abd4f Mon Sep 17 00:00:00 2001 From: Zach White Date: Tue, 1 Dec 2020 12:52:26 -0800 Subject: cleanup clueboard based on latest validation work --- keyboards/clueboard/66_hotswap/gen1/info.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'keyboards/clueboard/66_hotswap/gen1/info.json') diff --git a/keyboards/clueboard/66_hotswap/gen1/info.json b/keyboards/clueboard/66_hotswap/gen1/info.json index 76352b0771..18afe54126 100644 --- a/keyboards/clueboard/66_hotswap/gen1/info.json +++ b/keyboards/clueboard/66_hotswap/gen1/info.json @@ -4,7 +4,8 @@ "maintainer": "skullydazed", "height": 5, "width": 16.5, - "debounce": "5", + "debounce": 5, + "processor": "STM32F303", "diode_direction": "COL2ROW", "features": { "audio": true, @@ -12,13 +13,16 @@ "command": true, "console": true, "extrakey": true, - "led_matrix": "IS31FL3731", + "led_matrix": true, "mousekey": true, "nkro": true }, + "led_matrix": { + "driver": "IS31FL3731" + }, "matrix_pins": { - "cols": ["B10", " B2", " B1", " B0", " A7", " B4", " B3", " B7"], - "rows": ["B11", " A6", " A3", " A2", " A1", " B5", " B6", " C15", " C14", " C13"] + "cols": ["B10", "B2", "B1", "B0", "A7", "B4", "B3", "B7"], + "rows": ["B11", "A6", "A3", "A2", "A1", "B5", "B6", "C15", "C14", "C13"] }, "usb": { "device_ver": "0x0001", -- cgit v1.2.3