diff options
Diffstat (limited to 'keyboards/sawnsprojects/satxri6key/info.json')
-rw-r--r-- | keyboards/sawnsprojects/satxri6key/info.json | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/keyboards/sawnsprojects/satxri6key/info.json b/keyboards/sawnsprojects/satxri6key/info.json index 50c304dda2..642f813a67 100644 --- a/keyboards/sawnsprojects/satxri6key/info.json +++ b/keyboards/sawnsprojects/satxri6key/info.json @@ -8,17 +8,26 @@ "pid": "0x0727", "device_version": "0.0.1" }, + "ws2812": { + "pin": "F0" + }, + "matrix_pins": { + "cols": ["F1", "F4", "F5"], + "rows": ["F7", "F6"] + }, + "diode_direction": "COL2ROW", "processor": "atmega32u4", "bootloader": "atmel-dfu", "layouts": { "LAYOUT": { "layout": [ - {"label":"K00 (F7,F1)", "x":0, "y":1}, - {"label":"K01 (F7,F4)", "x":1, "y":1}, - {"label":"K02 (F7,F5)", "x":2, "y":1}, - {"label":"K10 (F6,F1)", "x":0, "y":2}, - {"label":"K11 (F6,F4)", "x":1, "y":2}, - {"label":"K12 (F6,F5)", "x":2, "y":2} + {"matrix": [0, 0], "x": 0, "y": 0}, + {"matrix": [0, 1], "x": 1, "y": 0}, + {"matrix": [0, 2], "x": 2, "y": 0}, + + {"matrix": [1, 0], "x": 0, "y": 1}, + {"matrix": [1, 1], "x": 1, "y": 1}, + {"matrix": [1, 2], "x": 2, "y": 1} ] } } |