Skip to content

Commit

Permalink
Align new-keyboard with recent schema updates (#16378)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Feb 16, 2022
1 parent 5ff823d commit 0d9a0d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/templates/keyboard/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"usb": {
"vid": "0xFEED",
"pid": "0x0000",
"device_ver": "0x0001"
"device_version": "1.0.0"
},
"features": {
"bootmagic_lite": true,
Expand Down
4 changes: 2 additions & 2 deletions docs/porting_your_keyboard_to_qmk.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ Do change the `manufacturer` and `keyboard_name` lines to accurately reflect you
"keyboard_name": "my_awesome_keyboard",
"maintainer": "You",
"usb": {
"device_ver": "0x0001",
"vid": "0xFEED",
"pid": "0x0000",
"vid": "0xFEED"
"device_version": "1.0.0"
},
```

Expand Down

0 comments on commit 0d9a0d5

Please sign in to comment.