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/prototype/info.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'keyboards/clueboard/66_hotswap/prototype/info.json') diff --git a/keyboards/clueboard/66_hotswap/prototype/info.json b/keyboards/clueboard/66_hotswap/prototype/info.json index 1572223592..0b55b3b638 100644 --- a/keyboards/clueboard/66_hotswap/prototype/info.json +++ b/keyboards/clueboard/66_hotswap/prototype/info.json @@ -4,8 +4,9 @@ "maintainer": "skullydazed", "height": 5, "width": 16.5, - "debounce": "5", + "debounce": 5, "diode_direction": "COL2ROW", + "processor": "atmega32u4", "features": { "audio": true, "backlight": true, @@ -24,18 +25,18 @@ "caps_lock": "B4" }, "matrix_pins": { - "cols": ["F0", " F1", " F4", " F5", " F6", " F7", " E6", " B1"], - "rows": ["B2", " C7", " C6", " B6", " B5", " B0", " B3", " D5", " D3", " D2"] + "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "E6", "B1"], + "rows": ["B2", "C7", "C6", "B6", "B5", "B0", "B3", "D5", "D3", "D2"] }, "rgblight": { "animations": { "all": true }, - "brightness_steps": "17", - "hue_steps": "32", - "led_count": "26", + "brightness_steps": 17, + "hue_steps": 32, + "led_count": 26, "pin": "D7", - "saturation_steps": "17" + "saturation_steps": 17 }, "usb": { "device_ver": "0x0001", -- cgit v1.2.3