diff options
Diffstat (limited to 'keyboards/splitkb/zima/info.json')
-rw-r--r-- | keyboards/splitkb/zima/info.json | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/keyboards/splitkb/zima/info.json b/keyboards/splitkb/zima/info.json index 077421904c..7fd39cf607 100644 --- a/keyboards/splitkb/zima/info.json +++ b/keyboards/splitkb/zima/info.json @@ -8,6 +8,9 @@ "pid": "0xF75B", "device_version": "0.0.1" }, + "ws2812": { + "pin": "B5" + }, "encoder": { "rotary": [ {"pin_a": "B4", "pin_b": "D7", "resolution": 2} @@ -26,18 +29,18 @@ "layouts": { "LAYOUT_ortho_4x3": { "layout": [ - {"x":0, "y":1, "matrix": [0, 0]}, - {"x":1, "y":1, "matrix": [0, 1]}, - {"x":2, "y":1, "matrix": [0, 2]}, - {"x":0, "y":2, "matrix": [1, 0]}, - {"x":1, "y":2, "matrix": [1, 1]}, - {"x":2, "y":2, "matrix": [1, 2]}, - {"x":0, "y":3, "matrix": [2, 0]}, - {"x":1, "y":3, "matrix": [2, 1]}, - {"x":2, "y":3, "matrix": [2, 2]}, - {"x":0, "y":4, "matrix": [3, 0]}, - {"x":1, "y":4, "matrix": [3, 1]}, - {"x":2, "y":4, "matrix": [3, 2]} + {"x":0, "y":0, "matrix": [0, 0]}, + {"x":1, "y":0, "matrix": [0, 1]}, + {"x":2, "y":0, "matrix": [0, 2]}, + {"x":0, "y":1, "matrix": [1, 0]}, + {"x":1, "y":1, "matrix": [1, 1]}, + {"x":2, "y":1, "matrix": [1, 2]}, + {"x":0, "y":2, "matrix": [2, 0]}, + {"x":1, "y":2, "matrix": [2, 1]}, + {"x":2, "y":2, "matrix": [2, 2]}, + {"x":0, "y":3, "matrix": [3, 0]}, + {"x":1, "y":3, "matrix": [3, 1]}, + {"x":2, "y":3, "matrix": [3, 2]} ] } } |