summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-02-16 20:58:40 +0000
committerGitHub <noreply@github.com>2022-02-16 20:58:40 +0000
commit0d9a0d5d97bfbe39777c3f87ed7f67cdf9446176 (patch)
treef1da34ec303e533bc3757fe666aab3c23ccb2508 /docs
parent5ff823d35f81e6098a561480220a787144c1208c (diff)
Align new-keyboard with recent schema updates (#16378)
Diffstat (limited to 'docs')
-rw-r--r--docs/porting_your_keyboard_to_qmk.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/porting_your_keyboard_to_qmk.md b/docs/porting_your_keyboard_to_qmk.md
index 22996547f5..484d079ea6 100644
--- a/docs/porting_your_keyboard_to_qmk.md
+++ b/docs/porting_your_keyboard_to_qmk.md
@@ -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"
     },
 ```