mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-05 01:15:19 +00:00
e592a7da00
* feat: added nibell micropad4x4 * chore: updated readme * chore: updated keymap * feat: added layers * chore: added bootloader doc * Added layers * changed RSHIFT and RCTRL * Update keyboards/nibell/micropad4x4/keyboard.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/nibell/micropad4x4/readme.md --------- Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: jack <jack@pngu.org>
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"manufacturer": "nibell",
|
|
"keyboard_name": "nibell/micropad4x4",
|
|
"maintainer": "Linus Nibell",
|
|
"bootloader": "rp2040",
|
|
"diode_direction": "COL2ROW",
|
|
"features": {
|
|
"bootmagic": true,
|
|
"extrakey": true,
|
|
"mousekey": true,
|
|
"nkro": true
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["GP2", "GP3", "GP4", "GP5"],
|
|
"rows": ["GP10", "GP11", "GP12", "GP13"]
|
|
},
|
|
"processor": "RP2040",
|
|
"url": "",
|
|
"usb": {
|
|
"device_version": "1.0.0",
|
|
"pid": "0xFEED",
|
|
"vid": "0x4C4E"
|
|
},
|
|
"community_layouts": ["ortho_4x4"],
|
|
"layouts": {
|
|
"LAYOUT_ortho_4x4": {
|
|
"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},
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2},
|
|
{"matrix": [2, 1], "x": 1, "y": 2},
|
|
{"matrix": [2, 2], "x": 2, "y": 2},
|
|
{"matrix": [2, 3], "x": 3, "y": 2},
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3},
|
|
{"matrix": [3, 1], "x": 1, "y": 3},
|
|
{"matrix": [3, 2], "x": 2, "y": 3},
|
|
{"matrix": [3, 3], "x": 3, "y": 3}
|
|
]
|
|
}
|
|
}
|
|
}
|