0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-03-13 06:54:08 +00:00
qmk_firmware/keyboards/takashicompany/left_slinger/keyboard.json
takashicompany 5b9d208ee1 format json
2024-11-19 18:00:05 +09:00

59 lines
1.9 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", "GP0"]
},
"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},
{"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": [6, 0], "x": 4.25, "y": 3.25},
{"matrix": [6, 1], "x": 5.25, "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},
{"matrix": [6, 2], "x": 4.25, "y": 4.25}
]
}
}
}