2023-03-18 18:33:20 +01:00
|
|
|
{
|
2023-05-02 00:25:15 +02:00
|
|
|
"keyboard_name": "L-PAD",
|
2023-03-18 18:33:20 +01:00
|
|
|
"manufacturer": "Laneware Peripherals",
|
2023-05-02 00:25:15 +02:00
|
|
|
"url": "",
|
|
|
|
"maintainer": "qmk",
|
2023-03-18 18:33:20 +01:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x4C50",
|
|
|
|
"pid": "0x2222",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "atmel-dfu",
|
2024-03-15 02:42:33 +01:00
|
|
|
"features": {
|
|
|
|
"bootmagic": true,
|
|
|
|
"command": false,
|
|
|
|
"console": false,
|
|
|
|
"encoder": true,
|
|
|
|
"extrakey": true,
|
|
|
|
"mousekey": true,
|
|
|
|
"nkro": true
|
|
|
|
},
|
2024-05-22 12:17:43 +02:00
|
|
|
"qmk": {
|
|
|
|
"locking": {
|
|
|
|
"enabled": true,
|
|
|
|
"resync": true
|
|
|
|
}
|
|
|
|
},
|
2023-03-18 18:33:20 +01:00
|
|
|
"matrix_pins": {
|
2023-03-20 00:19:28 +01:00
|
|
|
"cols": ["D3", "D4", "D6"],
|
|
|
|
"rows": ["E6", "B7", "D0"]
|
2023-03-18 18:33:20 +01:00
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
|
|
|
"encoder": {
|
|
|
|
"rotary": [
|
2023-04-16 07:37:24 +02:00
|
|
|
{"pin_a": "F0", "pin_b": "F1"}
|
2023-03-18 18:33:20 +01:00
|
|
|
]
|
|
|
|
},
|
2023-05-03 04:19:34 +02:00
|
|
|
"layouts": {
|
2023-05-09 09:52:03 +02:00
|
|
|
"LAYOUT": {
|
|
|
|
"layout": [
|
2024-03-30 05:14:26 +01:00
|
|
|
{"label": "Play", "matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"label": "Mute", "matrix": [0, 1], "x": 1.5, "y": 0.5},
|
|
|
|
{"label": "Next", "matrix": [1, 0], "x": 0, "y": 1},
|
|
|
|
{"label": "Prev", "matrix": [2, 0], "x": 0, "y": 2},
|
|
|
|
{"label": "Left", "matrix": [2, 1], "x": 1, "y": 2},
|
|
|
|
{"label": "Rght", "matrix": [2, 2], "x": 2, "y": 2}
|
2023-05-09 09:52:03 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-18 18:33:20 +01:00
|
|
|
}
|