Ezri Brimhall c02b0c5afd
Some checks failed
Automatic Approve / automatic_approve (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
Introduced firmware for framework 16 keyboard
2025-11-05 12:11:15 -07:00

60 lines
2.5 KiB
JSON

{
"keyboard_name": "Laptop 16 Numpad Module",
"manufacturer": "Framework",
"maintainer": "JohnAZoidberg",
"bootloader": "rp2040",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"console": true,
"command": false,
"nkro": true,
"audio": false
},
"debounce": 5,
"processor": "RP2040",
"url": "https://frame.work/de/en/products/laptop16-diy-amd-7040",
"usb": {
"device_version": "0.2.2",
"pid": "0x0014",
"vid": "0x32AC",
"force_nkro": true
},
"backlight": {
"pin": "GP25"
},
"layouts": {
"LAYOUT": {
"layout": [
{ "matrix": [ 2, 1], "label": "ESC", "x": 0, "y": 0, "h": 0.75 },
{ "matrix": [ 2, 2], "label": "+ -", "x": 1.25, "y": 0, "h": 0.75 },
{ "matrix": [ 3, 4], "label": "=", "x": 2.5, "y": 0, "h": 0.75 },
{ "matrix": [ 2, 4], "label": "<--", "x": 3.75, "y": 0, "h": 0.75 },
{ "matrix": [ 0, 0], "label": "Num Lock", "x": 0, "y": 1, "h": 1.25 },
{ "matrix": [ 0, 4], "label": "-", "x": 1.25, "y": 1, "h": 1.25 },
{ "matrix": [ 1, 1], "label": "*", "x": 2.5, "y": 1, "h": 1.25 },
{ "matrix": [ 1, 6], "label": "-", "x": 3.75, "y": 1, "h": 1.25 },
{ "matrix": [ 0, 1], "label": "7", "x": 0, "y": 2.5, "h": 1.25 },
{ "matrix": [ 0, 5], "label": "8", "x": 1.25, "y": 2.5, "h": 1.25 },
{ "matrix": [ 1, 2], "label": "9", "x": 2.5, "y": 2.5, "h": 1.25 },
{ "matrix": [ 0, 2], "label": "4", "x": 0, "y": 4, "h": 1.25 },
{ "matrix": [ 0, 6], "label": "5", "x": 1.25, "y": 4, "h": 1.25 },
{ "matrix": [ 1, 3], "label": "6", "x": 2.5, "y": 4, "h": 1.25 },
{ "matrix": [ 1, 7], "label": "+", "x": 3.75, "y": 2.5, "h": 2.75 },
{ "matrix": [ 0, 3], "label": "1", "x": 0, "y": 5.5, "h": 1.25 },
{ "matrix": [ 0, 7], "label": "2", "x": 1.25, "y": 5.5, "h": 1.25 },
{ "matrix": [ 1, 4], "label": "3", "x": 2.5, "y": 5.5, "h": 1.25 },
{ "matrix": [ 1, 0], "label": "0", "x": 0, "y": 7, "w": 2.25, "h": 1.25 },
{ "matrix": [ 2, 7], "label": ".", "x": 2.5, "y": 7, "h": 1.25 }
{ "matrix": [ 1, 5], "label": "Enter", "x": 3.75, "y": 5.5, "h": 2.75 },
]
}
}
}