Wind X R1:

applied `qmk format-json -i` on keyboard.json to conform with the
project formatt standards.
This commit is contained in:
Christian C. Berclaz 2024-11-07 12:22:01 +01:00
parent 1dbe38d4e9
commit 7a9a6c72b0

View File

@ -1,45 +1,26 @@
{ {
"manufacturer": "Windstudio", "manufacturer": "Windstudio",
"url": "",
"maintainer": "chrisgve",
"keyboard_name": "Wind X R1", "keyboard_name": "Wind X R1",
"maintainer": "chrisgve",
"bootloader": "atmel-dfu",
"diode_direction": "COL2ROW",
"features": { "features": {
"bootmagic": true, "bootmagic": true,
"extrakey": true, "extrakey": true,
"mousekey": true, "mousekey": true,
"nkro": true "nkro": true
}, },
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"usb": {
"vid": "0x6F75",
"pid": "0x6801",
"device_version": "0.0.1"
},
"matrix_pins": { "matrix_pins": {
"cols": [ "cols": ["C7", "C6", "B6", "E6", "F6", "D6", "D7", "B4", "B5", "F7", "B7", "F4", "F5", "D4", "B0", "B1", "B2", "B3"],
"C7",
"C6",
"B6",
"E6",
"F6",
"D6",
"D7",
"B4",
"B5",
"F7",
"B7",
"F4",
"F5",
"D4",
"B0",
"B1",
"B2",
"B3"
],
"rows": ["F0", "F1", "D2", "D1", "D0"] "rows": ["F0", "F1", "D2", "D1", "D0"]
}, },
"diode_direction": "COL2ROW", "processor": "atmega32u4",
"url": "",
"usb": {
"device_version": "0.0.1",
"pid": "0x6801",
"vid": "0x6F75"
},
"layout_aliases": { "layout_aliases": {
"LAYOUT_tsangan": "LAYOUT_7u_space_bar_split_bs" "LAYOUT_tsangan": "LAYOUT_7u_space_bar_split_bs"
}, },
@ -59,21 +40,12 @@
{"label": "0", "matrix": [0, 10], "x": 10, "y": 0}, {"label": "0", "matrix": [0, 10], "x": 10, "y": 0},
{"label": "-", "matrix": [0, 11], "x": 11, "y": 0}, {"label": "-", "matrix": [0, 11], "x": 11, "y": 0},
{"label": "=", "matrix": [0, 12], "x": 12, "y": 0}, {"label": "=", "matrix": [0, 12], "x": 12, "y": 0},
{ {"label": "Backspace", "matrix": [0, 13], "x": 13, "y": 0, "w": 2},
"label": "Backspace",
"matrix": [0, 13],
"x": 13,
"y": 0,
"w": 2
},
{"label": "Del", "matrix": [4, 11], "x": 16, "y": 0}, {"label": "Del", "matrix": [4, 11], "x": 16, "y": 0},
{"label": "NumLock", "matrix": [0, 14], "x": 18, "y": 0}, {"label": "NumLock", "matrix": [0, 14], "x": 18, "y": 0},
{"label": "KP/", "matrix": [0, 15], "x": 19, "y": 0}, {"label": "KP/", "matrix": [0, 15], "x": 19, "y": 0},
{"label": "KP*", "matrix": [0, 16], "x": 20, "y": 0}, {"label": "KP*", "matrix": [0, 16], "x": 20, "y": 0},
{"label": "KP-", "matrix": [0, 17], "x": 21, "y": 0}, {"label": "KP-", "matrix": [0, 17], "x": 21, "y": 0},
{"label": "Tab", "matrix": [1, 0], "x": 0, "y": 1, "w": 1.5}, {"label": "Tab", "matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
{"label": "Q", "matrix": [1, 1], "x": 1.5, "y": 1}, {"label": "Q", "matrix": [1, 1], "x": 1.5, "y": 1},
{"label": "W", "matrix": [1, 2], "x": 2.5, "y": 1}, {"label": "W", "matrix": [1, 2], "x": 2.5, "y": 1},
@ -87,28 +59,13 @@
{"label": "P", "matrix": [1, 10], "x": 10.5, "y": 1}, {"label": "P", "matrix": [1, 10], "x": 10.5, "y": 1},
{"label": "[", "matrix": [1, 11], "x": 11.5, "y": 1}, {"label": "[", "matrix": [1, 11], "x": 11.5, "y": 1},
{"label": "]", "matrix": [1, 12], "x": 12.5, "y": 1}, {"label": "]", "matrix": [1, 12], "x": 12.5, "y": 1},
{ {"label": "\\", "matrix": [2, 12], "x": 13.5, "y": 1, "w": 1.5},
"label": "\\",
"matrix": [2, 12],
"x": 13.5,
"y": 1,
"w": 1.5
},
{"label": "PgUp", "matrix": [4, 12], "x": 16, "y": 1}, {"label": "PgUp", "matrix": [4, 12], "x": 16, "y": 1},
{"label": "KP7", "matrix": [1, 14], "x": 18, "y": 1}, {"label": "KP7", "matrix": [1, 14], "x": 18, "y": 1},
{"label": "KP8", "matrix": [1, 15], "x": 19, "y": 1}, {"label": "KP8", "matrix": [1, 15], "x": 19, "y": 1},
{"label": "KP9", "matrix": [1, 16], "x": 20, "y": 1}, {"label": "KP9", "matrix": [1, 16], "x": 20, "y": 1},
{"label": "KP+", "matrix": [1, 17], "x": 21, "y": 1}, {"label": "KP+", "matrix": [1, 17], "x": 21, "y": 1},
{"label": "Caps", "matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
{
"label": "Caps",
"matrix": [2, 0],
"x": 0,
"y": 2,
"w": 1.75
},
{"label": "A", "matrix": [2, 1], "x": 1.75, "y": 2}, {"label": "A", "matrix": [2, 1], "x": 1.75, "y": 2},
{"label": "S", "matrix": [2, 2], "x": 2.75, "y": 2}, {"label": "S", "matrix": [2, 2], "x": 2.75, "y": 2},
{"label": "D", "matrix": [2, 3], "x": 3.75, "y": 2}, {"label": "D", "matrix": [2, 3], "x": 3.75, "y": 2},
@ -120,28 +77,13 @@
{"label": "L", "matrix": [2, 9], "x": 9.75, "y": 2}, {"label": "L", "matrix": [2, 9], "x": 9.75, "y": 2},
{"label": ";", "matrix": [2, 10], "x": 10.75, "y": 2}, {"label": ";", "matrix": [2, 10], "x": 10.75, "y": 2},
{"label": "'", "matrix": [2, 11], "x": 11.75, "y": 2}, {"label": "'", "matrix": [2, 11], "x": 11.75, "y": 2},
{ {"label": "Return", "matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25},
"label": "Return",
"matrix": [2, 13],
"x": 12.75,
"y": 2,
"w": 2.25
},
{"label": "PgDn", "matrix": [4, 13], "x": 16, "y": 2}, {"label": "PgDn", "matrix": [4, 13], "x": 16, "y": 2},
{"label": "KP4", "matrix": [2, 14], "x": 18, "y": 2}, {"label": "KP4", "matrix": [2, 14], "x": 18, "y": 2},
{"label": "KP5", "matrix": [2, 15], "x": 19, "y": 2}, {"label": "KP5", "matrix": [2, 15], "x": 19, "y": 2},
{"label": "KP6", "matrix": [2, 16], "x": 20, "y": 2}, {"label": "KP6", "matrix": [2, 16], "x": 20, "y": 2},
{"label": "KP+", "matrix": [2, 17], "x": 21, "y": 2}, {"label": "KP+", "matrix": [2, 17], "x": 21, "y": 2},
{"label": "Shift", "matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
{
"label": "Shift",
"matrix": [3, 0],
"x": 0,
"y": 3,
"w": 2.25
},
{"label": "Z", "matrix": [3, 2], "x": 2.25, "y": 3}, {"label": "Z", "matrix": [3, 2], "x": 2.25, "y": 3},
{"label": "X", "matrix": [3, 3], "x": 3.25, "y": 3}, {"label": "X", "matrix": [3, 3], "x": 3.25, "y": 3},
{"label": "C", "matrix": [3, 4], "x": 4.25, "y": 3}, {"label": "C", "matrix": [3, 4], "x": 4.25, "y": 3},
@ -152,67 +94,21 @@
{"label": ",", "matrix": [3, 9], "x": 9.25, "y": 3}, {"label": ",", "matrix": [3, 9], "x": 9.25, "y": 3},
{"label": ".", "matrix": [3, 10], "x": 10.25, "y": 3}, {"label": ".", "matrix": [3, 10], "x": 10.25, "y": 3},
{"label": "/", "matrix": [3, 11], "x": 11.25, "y": 3}, {"label": "/", "matrix": [3, 11], "x": 11.25, "y": 3},
{ {"label": "Shift", "matrix": [3, 12], "x": 12.25, "y": 3, "w": 1.75},
"label": "Shift",
"matrix": [3, 12],
"x": 12.25,
"y": 3,
"w": 1.75
},
{"label": "Up", "matrix": [3, 13], "x": 13, "y": 3}, {"label": "Up", "matrix": [3, 13], "x": 13, "y": 3},
{"label": "KP1", "matrix": [3, 14], "x": 18, "y": 3}, {"label": "KP1", "matrix": [3, 14], "x": 18, "y": 3},
{"label": "KP2", "matrix": [3, 15], "x": 19, "y": 3}, {"label": "KP2", "matrix": [3, 15], "x": 19, "y": 3},
{"label": "KP3", "matrix": [3, 16], "x": 20, "y": 3}, {"label": "KP3", "matrix": [3, 16], "x": 20, "y": 3},
{"label": "Enter", "matrix": [3, 17], "x": 21, "y": 3}, {"label": "Enter", "matrix": [3, 17], "x": 21, "y": 3},
{"label": "Ctrl", "matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
{ {"label": "GUI", "matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
"label": "Ctrl", {"label": "Alt", "matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
"matrix": [4, 0], {"label": "Space", "matrix": [4, 5], "x": 3.75, "y": 4, "w": 6.25},
"x": 0, {"label": "GUI", "matrix": [4, 6], "x": 10, "y": 4, "w": 1.25},
"y": 4, {"label": "Ctrl", "matrix": [4, 7], "x": 11.25, "y": 4, "w": 1.25},
"w": 1.25
},
{
"label": "GUI",
"matrix": [4, 1],
"x": 1.25,
"y": 4,
"w": 1.25
},
{
"label": "Alt",
"matrix": [4, 2],
"x": 2.5,
"y": 4,
"w": 1.25
},
{
"label": "Space",
"matrix": [4, 5],
"x": 3.75,
"y": 4,
"w": 6.25
},
{
"label": "GUI",
"matrix": [4, 6],
"x": 10,
"y": 4,
"w": 1.25
},
{
"label": "Ctrl",
"matrix": [4, 7],
"x": 11.25,
"y": 4,
"w": 1.25
},
{"label": "Left", "matrix": [4, 8], "x": 14, "y": 4}, {"label": "Left", "matrix": [4, 8], "x": 14, "y": 4},
{"label": "Down", "matrix": [4, 9], "x": 15, "y": 4}, {"label": "Down", "matrix": [4, 9], "x": 15, "y": 4},
{"label": "Right", "matrix": [4, 10], "x": 16, "y": 4}, {"label": "Right", "matrix": [4, 10], "x": 16, "y": 4},
{"label": "KP0", "matrix": [4, 16], "x": 18, "y": 4}, {"label": "KP0", "matrix": [4, 16], "x": 18, "y": 4},
{"label": "KP.", "matrix": [4, 17], "x": 19, "y": 4} {"label": "KP.", "matrix": [4, 17], "x": 19, "y": 4}
] ]
@ -234,14 +130,11 @@
{"label": "=", "matrix": [0, 12], "x": 12, "y": 0}, {"label": "=", "matrix": [0, 12], "x": 12, "y": 0},
{"label": "\\", "matrix": [0, 13], "x": 13, "y": 0}, {"label": "\\", "matrix": [0, 13], "x": 13, "y": 0},
{"label": "`", "matrix": [1, 13], "x": 14, "y": 0}, {"label": "`", "matrix": [1, 13], "x": 14, "y": 0},
{"label": "PgUp", "matrix": [4, 11], "x": 16, "y": 0}, {"label": "PgUp", "matrix": [4, 11], "x": 16, "y": 0},
{"label": "NumLock", "matrix": [0, 14], "x": 18, "y": 0}, {"label": "NumLock", "matrix": [0, 14], "x": 18, "y": 0},
{"label": "KP/", "matrix": [0, 15], "x": 19, "y": 0}, {"label": "KP/", "matrix": [0, 15], "x": 19, "y": 0},
{"label": "KP*", "matrix": [0, 16], "x": 20, "y": 0}, {"label": "KP*", "matrix": [0, 16], "x": 20, "y": 0},
{"label": "KP-", "matrix": [0, 17], "x": 21, "y": 0}, {"label": "KP-", "matrix": [0, 17], "x": 21, "y": 0},
{"label": "Tab", "matrix": [1, 0], "x": 0, "y": 1, "w": 1.5}, {"label": "Tab", "matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
{"label": "Q", "matrix": [1, 1], "x": 1.5, "y": 1}, {"label": "Q", "matrix": [1, 1], "x": 1.5, "y": 1},
{"label": "W", "matrix": [1, 2], "x": 2.5, "y": 1}, {"label": "W", "matrix": [1, 2], "x": 2.5, "y": 1},
@ -255,28 +148,13 @@
{"label": "P", "matrix": [1, 10], "x": 10.5, "y": 1}, {"label": "P", "matrix": [1, 10], "x": 10.5, "y": 1},
{"label": "[", "matrix": [1, 11], "x": 11.5, "y": 1}, {"label": "[", "matrix": [1, 11], "x": 11.5, "y": 1},
{"label": "]", "matrix": [1, 12], "x": 12.5, "y": 1}, {"label": "]", "matrix": [1, 12], "x": 12.5, "y": 1},
{ {"label": "Backspace", "matrix": [2, 12], "x": 13.5, "y": 1, "w": 1.5},
"label": "Backspace",
"matrix": [2, 12],
"x": 13.5,
"y": 1,
"w": 1.5
},
{"label": "PgDn", "matrix": [4, 12], "x": 16, "y": 1}, {"label": "PgDn", "matrix": [4, 12], "x": 16, "y": 1},
{"label": "KP7", "matrix": [1, 14], "x": 18, "y": 1}, {"label": "KP7", "matrix": [1, 14], "x": 18, "y": 1},
{"label": "KP8", "matrix": [1, 15], "x": 19, "y": 1}, {"label": "KP8", "matrix": [1, 15], "x": 19, "y": 1},
{"label": "KP9", "matrix": [1, 16], "x": 20, "y": 1}, {"label": "KP9", "matrix": [1, 16], "x": 20, "y": 1},
{"label": "KP+", "matrix": [1, 17], "x": 21, "y": 1}, {"label": "KP+", "matrix": [1, 17], "x": 21, "y": 1},
{"label": "Ctrl", "matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
{
"label": "Ctrl",
"matrix": [2, 0],
"x": 0,
"y": 2,
"w": 1.75
},
{"label": "A", "matrix": [2, 1], "x": 1.75, "y": 2}, {"label": "A", "matrix": [2, 1], "x": 1.75, "y": 2},
{"label": "S", "matrix": [2, 2], "x": 2.75, "y": 2}, {"label": "S", "matrix": [2, 2], "x": 2.75, "y": 2},
{"label": "D", "matrix": [2, 3], "x": 3.75, "y": 2}, {"label": "D", "matrix": [2, 3], "x": 3.75, "y": 2},
@ -288,28 +166,13 @@
{"label": "L", "matrix": [2, 9], "x": 9.75, "y": 2}, {"label": "L", "matrix": [2, 9], "x": 9.75, "y": 2},
{"label": ";", "matrix": [2, 10], "x": 10.75, "y": 2}, {"label": ";", "matrix": [2, 10], "x": 10.75, "y": 2},
{"label": "'", "matrix": [2, 11], "x": 11.75, "y": 2}, {"label": "'", "matrix": [2, 11], "x": 11.75, "y": 2},
{ {"label": "Return", "matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25},
"label": "Return",
"matrix": [2, 13],
"x": 12.75,
"y": 2,
"w": 2.25
},
{"label": "End", "matrix": [4, 13], "x": 16, "y": 2}, {"label": "End", "matrix": [4, 13], "x": 16, "y": 2},
{"label": "KP4", "matrix": [2, 14], "x": 18, "y": 2}, {"label": "KP4", "matrix": [2, 14], "x": 18, "y": 2},
{"label": "KP5", "matrix": [2, 15], "x": 19, "y": 2}, {"label": "KP5", "matrix": [2, 15], "x": 19, "y": 2},
{"label": "KP6", "matrix": [2, 16], "x": 20, "y": 2}, {"label": "KP6", "matrix": [2, 16], "x": 20, "y": 2},
{"label": "KP+", "matrix": [2, 17], "x": 21, "y": 2}, {"label": "KP+", "matrix": [2, 17], "x": 21, "y": 2},
{"label": "Shift", "matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
{
"label": "Shift",
"matrix": [3, 0],
"x": 0,
"y": 3,
"w": 2.25
},
{"label": "Z", "matrix": [3, 2], "x": 2.25, "y": 3}, {"label": "Z", "matrix": [3, 2], "x": 2.25, "y": 3},
{"label": "X", "matrix": [3, 3], "x": 3.25, "y": 3}, {"label": "X", "matrix": [3, 3], "x": 3.25, "y": 3},
{"label": "C", "matrix": [3, 4], "x": 4.25, "y": 3}, {"label": "C", "matrix": [3, 4], "x": 4.25, "y": 3},
@ -320,42 +183,20 @@
{"label": ",", "matrix": [3, 9], "x": 9.25, "y": 3}, {"label": ",", "matrix": [3, 9], "x": 9.25, "y": 3},
{"label": ".", "matrix": [3, 10], "x": 10.25, "y": 3}, {"label": ".", "matrix": [3, 10], "x": 10.25, "y": 3},
{"label": "/", "matrix": [3, 11], "x": 11.25, "y": 3}, {"label": "/", "matrix": [3, 11], "x": 11.25, "y": 3},
{ {"label": "Shift", "matrix": [3, 12], "x": 12.25, "y": 3, "w": 1.75},
"label": "Shift",
"matrix": [3, 12],
"x": 12.25,
"y": 3,
"w": 1.75
},
{"label": "Up", "matrix": [3, 13], "x": 13, "y": 3}, {"label": "Up", "matrix": [3, 13], "x": 13, "y": 3},
{"label": "KP1", "matrix": [3, 14], "x": 18, "y": 3}, {"label": "KP1", "matrix": [3, 14], "x": 18, "y": 3},
{"label": "KP2", "matrix": [3, 15], "x": 19, "y": 3}, {"label": "KP2", "matrix": [3, 15], "x": 19, "y": 3},
{"label": "KP3", "matrix": [3, 16], "x": 20, "y": 3}, {"label": "KP3", "matrix": [3, 16], "x": 20, "y": 3},
{"label": "Enter", "matrix": [3, 17], "x": 21, "y": 3}, {"label": "Enter", "matrix": [3, 17], "x": 21, "y": 3},
{"label": "Ctrl", "matrix": [4, 0], "x": 0, "y": 4, "w": 1.5}, {"label": "Ctrl", "matrix": [4, 0], "x": 0, "y": 4, "w": 1.5},
{"label": "GUI", "matrix": [4, 1], "x": 1.5, "y": 4}, {"label": "GUI", "matrix": [4, 1], "x": 1.5, "y": 4},
{ {"label": "Alt", "matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.5},
"label": "Alt",
"matrix": [4, 2],
"x": 2.5,
"y": 4,
"w": 1.5
},
{"label": "Space", "matrix": [4, 5], "x": 4, "y": 4, "w": 7}, {"label": "Space", "matrix": [4, 5], "x": 4, "y": 4, "w": 7},
{ {"label": "Ctrl", "matrix": [4, 7], "x": 11, "y": 4, "w": 1.5},
"label": "Ctrl",
"matrix": [4, 7],
"x": 11,
"y": 4,
"w": 1.5
},
{"label": "Left", "matrix": [4, 8], "x": 13, "y": 4}, {"label": "Left", "matrix": [4, 8], "x": 13, "y": 4},
{"label": "Down", "matrix": [4, 9], "x": 14, "y": 4}, {"label": "Down", "matrix": [4, 9], "x": 14, "y": 4},
{"label": "Right", "matrix": [4, 10], "x": 15, "y": 4}, {"label": "Right", "matrix": [4, 10], "x": 15, "y": 4},
{"label": "KP0", "matrix": [4, 16], "x": 18, "y": 4}, {"label": "KP0", "matrix": [4, 16], "x": 18, "y": 4},
{"label": "KP.", "matrix": [4, 17], "x": 19, "y": 4} {"label": "KP.", "matrix": [4, 17], "x": 19, "y": 4}
] ]