2021-05-15 05:09:10 +02:00
|
|
|
{
|
|
|
|
"keyboard_name": "neopad",
|
2022-08-20 02:45:28 +02:00
|
|
|
"manufacturer": "rookiebwoy",
|
2021-05-15 05:09:10 +02:00
|
|
|
"url": "https://github.com/rookiebwoy/neopad)",
|
|
|
|
"maintainer": "rookiebwoy",
|
2022-08-20 02:45:28 +02:00
|
|
|
"usb": {
|
|
|
|
"vid": "0xFEED",
|
|
|
|
"pid": "0x0913",
|
|
|
|
"device_version": "0.1.0"
|
|
|
|
},
|
2023-03-10 14:34:34 +01:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["B3", "B2", "B6"],
|
|
|
|
"rows": ["F4", "F5"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-25 23:45:12 +01:00
|
|
|
"encoder": {
|
|
|
|
"rotary": [
|
|
|
|
{"pin_a": "D1", "pin_b": "D0"},
|
|
|
|
{"pin_a": "D4", "pin_b": "C6"}
|
|
|
|
]
|
|
|
|
},
|
2023-02-08 08:41:46 +01:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "caterina",
|
2021-05-15 05:09:10 +02:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT": {
|
|
|
|
"layout": [
|
2023-04-05 07:46:59 +02:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1},
|
|
|
|
{"matrix": [1, 1], "x": 1, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2, "y": 1}
|
2021-05-15 05:09:10 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|