mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 11:31:13 +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,
|
"console": true,
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"mousekey": false,
|
"mousekey": false,
|
||||||
"nkro": true,
|
|
||||||
"backlight": true
|
"backlight": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
"indicators": {
|
"indicators": {
|
||||||
"caps_lock": "GP24"
|
"caps_lock": "GP24"
|
||||||
},
|
},
|
||||||
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user