diff options
Diffstat (limited to 'keyboards/ask55')
-rw-r--r-- | keyboards/ask55/info.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/keyboards/ask55/info.json b/keyboards/ask55/info.json index 7606fc1133..9d3e916829 100644 --- a/keyboards/ask55/info.json +++ b/keyboards/ask55/info.json @@ -38,10 +38,12 @@ "hue_steps": 8, "led_count": 8, "max_brightness": 255, - "pin": "F4", "saturation_steps": 8, "sleep": true }, + "ws2812": { + "pin": "F4" + }, "usb": { "device_version": "0.0.1", "pid": "0x3535", @@ -110,12 +112,12 @@ { "label": "Shift", "matrix": [3, 12], "x": 12.25, "y": 3, "w": 1.25 }, { "label": "Fn", "matrix": [3, 13], "x": 13.5, "y": 3 }, - { "label": "Caps Lock", "matrix": [4, 0], "x": 0, "y": 4 }, - { "label": "Alt", "matrix": [4, 1], "x": 1, "y": 4 }, - { "label": "GUI", "matrix": [4, 2], "x": 2, "y": 4, "w": 1.75 }, - { "label": "`~", "matrix": [4, 3], "x": 3.75, "y": 4 }, - { "label": "Space", "matrix": [4, 6], "x": 4.75, "y": 4, "w": 4.75 }, - { "label": "\\|", "matrix": [4, 9], "x": 9.5, "y": 4 }, + { "label": "Caps Lock", "matrix": [4, 0], "x": 0, "y": 4 }, + { "label": "Alt", "matrix": [4, 1], "x": 1, "y": 4 }, + { "label": "GUI", "matrix": [4, 2], "x": 2, "y": 4, "w": 1.75 }, + { "label": "`~", "matrix": [4, 3], "x": 3.75, "y": 4 }, + { "label": "Space", "matrix": [4, 6], "x": 4.75, "y": 4, "w": 4.75 }, + { "label": "\\|", "matrix": [4, 9], "x": 9.5, "y": 4 }, { "label": "\u2190", "matrix": [4, 10], "x": 10.5, "y": 4 }, { "label": "\u2192", "matrix": [4, 11], "x": 11.5, "y": 4 }, { "label": "\u2193", "matrix": [4, 12], "x": 12.5, "y": 4 }, |