summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard/card/info.json
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2020-12-01 12:52:26 -0800
committerZach White <skullydazed@drpepper.org>2021-01-07 21:21:12 -0800
commit0d3aca062e3fd7a4b351a9edc42c6b36686abd4f (patch)
tree850e7dcfbdb3b6d4ecb82c53fab1f8b698bd32b4 /keyboards/clueboard/card/info.json
parentededff8556daff544633cb143cb6d939afd09014 (diff)
cleanup clueboard based on latest validation work
Diffstat (limited to 'keyboards/clueboard/card/info.json')
-rw-r--r--keyboards/clueboard/card/info.json15
1 files changed, 8 insertions, 7 deletions
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",