more fixes for keyboard.json and info.json

This commit is contained in:
peepeetee 2025-06-22 01:06:30 +08:00
parent 5c9bc8c250
commit 01d8a1002c
2 changed files with 8 additions and 3 deletions

View File

@ -13,9 +13,10 @@
"console": true, "console": true,
"extrakey": true, "extrakey": true,
"mousekey": false, "mousekey": false,
"nkro": true,
"backlight": true "backlight": true
}, },
"indicators": { "indicators": {
"caps_lock": "GP24" "caps_lock": "GP24"
}, },

View File

@ -1,8 +1,12 @@
{ {
"manufacturer": "Framework", "manufacturer": "Framework",
"keyboard_name": "Laptop 16 Keyboard Module - ANSI",
"maintainer": "JohnAZoidberg", "maintainer": "JohnAZoidberg",
"bootloader": "rp2040", "bootloader": "rp2040",
"processor": "RP2040", "processor": "RP2040",
"url": "https://frame.work/de/en/products/laptop16-diy-amd-7040" "url": "https://frame.work/de/en/products/laptop16-diy-amd-7040",
"host": {
"default": {
"nkro": true
}
}
} }