mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-12 22:44:11 +00:00
193 lines
4.5 KiB
JSON
193 lines
4.5 KiB
JSON
{
|
|
"manufacturer": "takashicompany",
|
|
"keyboard_name": "Left Slinger",
|
|
"maintainer": "takashicompany",
|
|
"bootloader": "rp2040",
|
|
"diode_direction": "COL2ROW",
|
|
"encoder": {
|
|
"rotary": [
|
|
{"pin_a": "GP14", "pin_b": "GP15"}
|
|
]
|
|
},
|
|
"features": {
|
|
"bootmagic": true,
|
|
"command": false,
|
|
"console": false,
|
|
"encoder": true,
|
|
"extrakey": true,
|
|
"mousekey": true,
|
|
"nkro": true
|
|
},
|
|
"matrix_pins": {
|
|
"cols": [
|
|
"GP5",
|
|
"GP6",
|
|
"GP7"
|
|
],
|
|
"rows": [
|
|
"GP8",
|
|
"GP9",
|
|
"GP10",
|
|
"GP11",
|
|
"GP12",
|
|
"GP13"
|
|
]
|
|
},
|
|
"processor": "RP2040",
|
|
"url": "",
|
|
"usb": {
|
|
"device_version": "1.0.0",
|
|
"pid": "0x0061",
|
|
"vid": "0x7463"
|
|
},
|
|
"layouts": {
|
|
"LAYOUT": {
|
|
"layout": [
|
|
{
|
|
"matrix": [
|
|
0,
|
|
0
|
|
],
|
|
"x": 1,
|
|
"y": 0
|
|
},
|
|
{
|
|
"matrix": [
|
|
0,
|
|
1
|
|
],
|
|
"x": 2,
|
|
"y": 0
|
|
},
|
|
{
|
|
"matrix": [
|
|
0,
|
|
2
|
|
],
|
|
"x": 3,
|
|
"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": 3,
|
|
"y": 1
|
|
},
|
|
{
|
|
"matrix": [
|
|
3,
|
|
0
|
|
],
|
|
"x": 0,
|
|
"y": 2
|
|
},
|
|
{
|
|
"matrix": [
|
|
3,
|
|
1
|
|
],
|
|
"x": 1,
|
|
"y": 2
|
|
},
|
|
{
|
|
"matrix": [
|
|
3,
|
|
2
|
|
],
|
|
"x": 2,
|
|
"y": 2
|
|
},
|
|
{
|
|
"matrix": [
|
|
2,
|
|
1
|
|
],
|
|
"x": 3,
|
|
"y": 2
|
|
},
|
|
{
|
|
"matrix": [
|
|
2,
|
|
2
|
|
],
|
|
"x": 4.25,
|
|
"y": 2.25
|
|
},
|
|
{
|
|
"matrix": [
|
|
4,
|
|
0
|
|
],
|
|
"x": 1,
|
|
"y": 3.25
|
|
},
|
|
{
|
|
"matrix": [
|
|
4,
|
|
1
|
|
],
|
|
"x": 2,
|
|
"y": 3.25
|
|
},
|
|
{
|
|
"matrix": [
|
|
4,
|
|
2
|
|
],
|
|
"x": 3,
|
|
"y": 3.25
|
|
},
|
|
{
|
|
"matrix": [
|
|
5,
|
|
0
|
|
],
|
|
"x": 1,
|
|
"y": 4.25
|
|
},
|
|
{
|
|
"matrix": [
|
|
5,
|
|
1
|
|
],
|
|
"x": 2,
|
|
"y": 4.25
|
|
},
|
|
{
|
|
"matrix": [
|
|
5,
|
|
2
|
|
],
|
|
"x": 3,
|
|
"y": 4.25
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |