diff options
author | Zach White <skullydazed@gmail.com> | 2020-12-01 12:52:26 -0800 |
---|---|---|
committer | Zach White <skullydazed@drpepper.org> | 2021-01-07 21:21:12 -0800 |
commit | 0d3aca062e3fd7a4b351a9edc42c6b36686abd4f (patch) | |
tree | 850e7dcfbdb3b6d4ecb82c53fab1f8b698bd32b4 /keyboards/clueboard/17/info.json | |
parent | ededff8556daff544633cb143cb6d939afd09014 (diff) |
cleanup clueboard based on latest validation work
Diffstat (limited to 'keyboards/clueboard/17/info.json')
-rw-r--r-- | keyboards/clueboard/17/info.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/clueboard/17/info.json b/keyboards/clueboard/17/info.json index 46510c48c0..47260572e6 100644 --- a/keyboards/clueboard/17/info.json +++ b/keyboards/clueboard/17/info.json @@ -5,6 +5,7 @@ "height": 5, "width": 4, "diode_direction": "COL2ROW", + "processor": "atmega32u4", "features": { "backlight": true, "bootmagic": false, @@ -25,11 +26,11 @@ "animations": { "all": true }, - "brightness_steps": "17", - "hue_steps": "10", - "led_count": "4", + "brightness_steps": 17, + "hue_steps": 10, + "led_count": 4, "pin": "F6", - "saturation_steps": "17" + "saturation_steps": 17 }, "url": "", "usb": { |