mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 08:27:56 +06:00
89b9a39614
Affects: - `handwired/reclined` - `handwired/retro_refit` - `handwired/selene` - `handwired/sick68` - `handwired/sick_pad` - `handwired/skakunm_dactyl` - `handwired/slash` - `handwired/snatchpad` - `handwired/sono1` - `handwired/space_oddity` - `handwired/split89` - `handwired/split_cloud` - `handwired/steamvan/rev1` - `handwired/sticc14` - `handwired/stream_cheap/2x3` - `handwired/stream_cheap/2x4` - `handwired/stream_cheap/2x5` - `handwired/symmetric70_proto/promicro` - `handwired/symmetric70_proto/proton_c` - `handwired/symmetry60` - `handwired/tennie` - `handwired/terminus_mini` - `handwired/trackpoint` - `handwired/tritium_numpad` - `handwired/twadlee/tp69` - `handwired/unk/rev1` - `handwired/uthol/rev3` - `handwired/videowriter` - `handwired/wabi` - `handwired/woodpad`
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"keyboard_name": "snatchpad",
|
|
"manufacturer": "xia0",
|
|
"url": "",
|
|
"maintainer": "xia0",
|
|
"usb": {
|
|
"vid": "0x6662",
|
|
"pid": "0x7370",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"features": {
|
|
"bootmagic": true,
|
|
"command": false,
|
|
"console": false,
|
|
"encoder": true,
|
|
"extrakey": true,
|
|
"key_lock": true,
|
|
"mousekey": true,
|
|
"nkro": true
|
|
},
|
|
"qmk": {
|
|
"locking": {
|
|
"enabled": true,
|
|
"resync": true
|
|
}
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["B1", "B3", "B2"],
|
|
"rows": ["F4", "F5", "F6"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"encoder": {
|
|
"rotary": [
|
|
{"pin_a": "D3", "pin_b": "D2"},
|
|
{"pin_a": "D0", "pin_b": "D1"}
|
|
]
|
|
},
|
|
"processor": "atmega32u4",
|
|
"bootloader": "atmel-dfu",
|
|
"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": 1, "y": 1},
|
|
{"matrix": [1, 1], "x": 2, "y": 1},
|
|
{"matrix": [1, 2], "x": 3, "y": 1},
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2},
|
|
{"matrix": [2, 2], "x": 4, "y": 2}
|
|
]
|
|
}
|
|
}
|
|
}
|