2021-03-06 22:03:48 +01:00
|
|
|
{
|
|
|
|
"keyboard_name": "Soup10",
|
2022-08-04 00:12:37 +02:00
|
|
|
"manufacturer": "icesoup",
|
2021-03-06 22:03:48 +01:00
|
|
|
"url": "https://github.com/Sadeeed/soup10",
|
|
|
|
"maintainer": "Sadeeed",
|
2022-08-04 00:12:37 +02:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x5375",
|
|
|
|
"pid": "0x0001",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2024-03-30 11:43:15 +01:00
|
|
|
"build": {
|
|
|
|
"lto": true
|
|
|
|
},
|
|
|
|
"features": {
|
|
|
|
"bootmagic": true,
|
|
|
|
"command": false,
|
|
|
|
"console": false,
|
|
|
|
"extrakey": true,
|
|
|
|
"mousekey": false,
|
|
|
|
"nkro": true
|
|
|
|
},
|
2024-05-23 21:34:56 +02:00
|
|
|
"qmk": {
|
|
|
|
"locking": {
|
|
|
|
"enabled": true,
|
|
|
|
"resync": true
|
|
|
|
}
|
|
|
|
},
|
2023-03-10 19:41:58 +01:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["D7", "E6", "B4"],
|
|
|
|
"rows": ["D1", "D0", "D4", "C6"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-16 22:49:49 +01:00
|
|
|
"bootmagic": {
|
|
|
|
"matrix": [0, 1]
|
|
|
|
},
|
2023-02-08 08:41:46 +01:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "caterina",
|
2021-03-06 22:03:48 +01:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT": {
|
|
|
|
"layout": [
|
2023-04-05 07:46:59 +02:00
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1},
|
|
|
|
{"matrix": [1, 1], "x": 1, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2},
|
|
|
|
{"matrix": [2, 1], "x": 1, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3},
|
|
|
|
{"matrix": [3, 1], "x": 1, "y": 3},
|
|
|
|
{"matrix": [3, 2], "x": 2, "y": 3}
|
2021-03-06 22:03:48 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|