mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 03:21:15 +00:00
more fixes for keyboard.json and info.json
This commit is contained in:
parent
5c9bc8c250
commit
01d8a1002c
@ -13,9 +13,10 @@
|
||||
"console": true,
|
||||
"extrakey": true,
|
||||
"mousekey": false,
|
||||
"nkro": true,
|
||||
"backlight": true
|
||||
},
|
||||
|
||||
|
||||
"indicators": {
|
||||
"caps_lock": "GP24"
|
||||
},
|
||||
|
@ -1,8 +1,12 @@
|
||||
{
|
||||
"manufacturer": "Framework",
|
||||
"keyboard_name": "Laptop 16 Keyboard Module - ANSI",
|
||||
"maintainer": "JohnAZoidberg",
|
||||
"bootloader": "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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user