Align new-keyboard with recent schema updates (#16378)
This commit is contained in:
parent
5ff823d35f
commit
0d9a0d5d97
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
"usb": {
|
"usb": {
|
||||||
"vid": "0xFEED",
|
"vid": "0xFEED",
|
||||||
"pid": "0x0000",
|
"pid": "0x0000",
|
||||||
"device_ver": "0x0001"
|
"device_version": "1.0.0"
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic_lite": true,
|
"bootmagic_lite": true,
|
||||||
|
|
|
@ -72,9 +72,9 @@ Do change the `manufacturer` and `keyboard_name` lines to accurately reflect you
|
||||||
"keyboard_name": "my_awesome_keyboard",
|
"keyboard_name": "my_awesome_keyboard",
|
||||||
"maintainer": "You",
|
"maintainer": "You",
|
||||||
"usb": {
|
"usb": {
|
||||||
"device_ver": "0x0001",
|
"vid": "0xFEED",
|
||||||
"pid": "0x0000",
|
"pid": "0x0000",
|
||||||
"vid": "0xFEED"
|
"device_version": "1.0.0"
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue