Skip to content

Commit

Permalink
Update VID/PID in info.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Erovia committed May 14, 2021
1 parent a2e1513 commit 6ecc182
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions keyboards/planck/thk/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"url": "https://olkb.com/planck",
"usb": {
"device_ver": "0x0000",
"pid": "0x6060",
"vid": "0xFEED"
"pid": "0x25A7",
"vid": "0x03A8"
},
"community_layouts": ["ortho_4x12", "planck_mit"],
"layout_aliases": {
Expand All @@ -48,6 +48,7 @@
"LAYOUT_ortho_4x12": {
"c_macro": true,
"filename": "keyboards/planck/thk/thk.h",
"key_count": 48,
"layout": [
{ "label": "k00", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 },
{ "label": "k01", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 },
Expand Down Expand Up @@ -102,6 +103,7 @@
"LAYOUT_planck_1x2uC": {
"c_macro": true,
"filename": "keyboards/planck/thk/thk.h",
"key_count": 47,
"layout": [
{ "label": "k00", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 },
{ "label": "k01", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 },
Expand Down

0 comments on commit 6ecc182

Please sign in to comment.