Browse Source

`device_ver` -> `device_version` for some more boards (#16685)

pull/16690/head
Ryan 2 years ago
committed by GitHub
parent
commit
e354cbe782
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 15 additions and 15 deletions
  1. +1
    -1
      keyboards/dyz/dyz40/info.json
  2. +1
    -1
      keyboards/dyz/dyz_tkl/info.json
  3. +1
    -1
      keyboards/dyz/selka40/info.json
  4. +1
    -1
      keyboards/dyz/synthesis60/info.json
  5. +2
    -2
      keyboards/handwired/3dortho14u/rev1/info.json
  6. +2
    -2
      keyboards/handwired/3dortho14u/rev2/info.json
  7. +1
    -1
      keyboards/handwired/baredev/rev1/info.json
  8. +1
    -1
      keyboards/handwired/hillside/0_1/info.json
  9. +1
    -1
      keyboards/handwired/pytest/info.json
  10. +2
    -2
      keyboards/handwired/wakizashi40/info.json
  11. +1
    -1
      keyboards/karlb/kbic65/info.json
  12. +1
    -1
      keyboards/splitography/info.json

+ 1
- 1
keyboards/dyz/dyz40/info.json View File

@ -20,7 +20,7 @@
"usb": {
"vid": "0xD772",
"pid": "0x000B",
"device_ver": "0x0001"
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT_all": {


+ 1
- 1
keyboards/dyz/dyz_tkl/info.json View File

@ -17,7 +17,7 @@
"usb": {
"vid": "0xD772",
"pid": "0x000C",
"device_ver": "0x0001"
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT_all": {


+ 1
- 1
keyboards/dyz/selka40/info.json View File

@ -20,7 +20,7 @@
"usb": {
"vid": "0xD772",
"pid": "0x0012",
"device_ver": "0x0001"
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT_all": {


+ 1
- 1
keyboards/dyz/synthesis60/info.json View File

@ -35,7 +35,7 @@
"usb": {
"vid": "0xD772",
"pid": "0x0017",
"device_ver": "0x0001"
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT_all": {


+ 2
- 2
keyboards/handwired/3dortho14u/rev1/info.json View File

@ -28,9 +28,9 @@
"rows": ["B0", "B1", "B2", "B3", "B7"]
},
"usb": {
"device_ver": "0x0001",
"vid": "0x6662",
"pid": "0x3D14",
"vid": "0x6662"
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT": {


+ 2
- 2
keyboards/handwired/3dortho14u/rev2/info.json View File

@ -28,9 +28,9 @@
"rows": ["D3", "D2", "D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5"]
},
"usb": {
"device_ver": "0x0001",
"vid": "0x6662",
"pid": "0x3D14",
"vid": "0x6662"
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT": {


+ 1
- 1
keyboards/handwired/baredev/rev1/info.json View File

@ -44,7 +44,7 @@
"usb": {
"vid": "0x1209",
"pid": "0x4126",
"device_ver": "0x0001",
"device_version": "0.0.1",
"polling_interval": 1,
"shared_endpoint": {
"keyboard": true


+ 1
- 1
keyboards/handwired/hillside/0_1/info.json View File

@ -18,7 +18,7 @@
"usb": {
"vid": "0xFEED",
"pid": "0x67C0",
"device_ver": "0x0001"
"device_version": "0.0.1"
},
"features": {


+ 1
- 1
keyboards/handwired/pytest/info.json View File

@ -5,6 +5,6 @@
"usb": {
"vid": "0xFEED",
"pid": "0x6465",
"device_ver": "0x0001"
"device_version": "0.0.1"
}
}

+ 2
- 2
keyboards/handwired/wakizashi40/info.json View File

@ -24,9 +24,9 @@
"rows": ["C0", "C1", "C2", "C3"]
},
"usb": {
"device_ver": "0x0001",
"vid": "0x6662",
"pid": "0x7740",
"vid": "0x6662"
"device_version": "0.0.1"
},
"layout_aliases": {
"LAYOUT": "LAYOUT_all"


+ 1
- 1
keyboards/karlb/kbic65/info.json View File

@ -29,7 +29,7 @@
"usb": {
"vid": "0x424B",
"pid": "0xD87A",
"device_ver": "0x0001"
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT": {


+ 1
- 1
keyboards/splitography/info.json View File

@ -23,7 +23,7 @@
"usb": {
"vid": "0xFEED",
"pid": "0x6060",
"device_ver": "0x0001"
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT": {


Loading…
Cancel
Save