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/card/info.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'keyboards/clueboard/card/info.json') diff --git a/keyboards/clueboard/card/info.json b/keyboards/clueboard/card/info.json index e46237175a..67830c4235 100644 --- a/keyboards/clueboard/card/info.json +++ b/keyboards/clueboard/card/info.json @@ -4,7 +4,8 @@ "maintainer": "skullydazed", "height": 8, "width": 10, - "debounce": "20", + "debounce": 20, + "processor": "atmega32u4", "diode_direction": "ROW2COL", "features": { "audio": true, @@ -22,15 +23,15 @@ "unicode": false }, "matrix_pins": { - "cols": ["F1", " F7", " F6"], - "rows": ["F0", " F5", " F4", " B4"] + "cols": ["F1", "F7", "F6"], + "rows": ["F0", "F5", "F4", "B4"] }, "rgblight": { - "brightness_steps": "17", - "hue_steps": "10", - "led_count": "4", + "brightness_steps": 17, + "hue_steps": 10, + "led_count": 4, "pin": "E6", - "saturation_steps": "17" + "saturation_steps": 17 }, "usb": { "device_ver": "0x0001", -- cgit v1.2.3