mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-26 02:51:14 +00:00
36 lines
983 B
JSON
36 lines
983 B
JSON
{
|
|
"keyboard_name": "namecard2x4",
|
|
"manufacturer": "takashiski",
|
|
"url": "https://skyhigh-works.hatenablog.com/",
|
|
"maintainer": "takashiski",
|
|
"features": {
|
|
"bootmagic": false,
|
|
"command": true,
|
|
"console": true,
|
|
"extrakey": true,
|
|
"mousekey": true,
|
|
"nkro": false
|
|
},
|
|
"usb": {
|
|
"vid": "0xFEED",
|
|
"pid": "0x0000",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"development_board": "promicro",
|
|
"layouts": {
|
|
"LAYOUT": {
|
|
"layout": [
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
{"matrix": [0, 3], "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": [1, 3], "x": 3, "y": 1}
|
|
]
|
|
}
|
|
}
|
|
}
|