25 lines
550 B
JSON
25 lines
550 B
JSON
|
{
|
||
|
"keyboard_name": "Plaid-Pad Rev3",
|
||
|
"usb": {
|
||
|
"device_version": "0.0.3"
|
||
|
},
|
||
|
"encoder": {
|
||
|
"rotary": [
|
||
|
{"pin_a": "D1", "pin_b": "D0"},
|
||
|
{"pin_a": "B2", "pin_b": "B1"},
|
||
|
{"pin_a": "B4", "pin_b": "B3"},
|
||
|
{"pin_a": "D4", "pin_b": "B5"}
|
||
|
]
|
||
|
},
|
||
|
"features": {
|
||
|
"bootmagic": true,
|
||
|
"command": false,
|
||
|
"console": false,
|
||
|
"extrakey": true,
|
||
|
"mousekey": true,
|
||
|
"nkro": false,
|
||
|
"encoder": true,
|
||
|
"oled": true
|
||
|
}
|
||
|
}
|