Skip to content

Commit

Permalink
add device version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrfkr committed Oct 29, 2023
1 parent c2f87a9 commit 11fc293
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion firmware/qmk/dynamis/v1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"maintainer": "bbrfkr",
"usb": {
"vid": "0x6262",
"pid": "0x0001"
"pid": "0x0001",
"device_version": "0.0.1"
},
"matrix_pins": {
"cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7"],
Expand Down
3 changes: 2 additions & 1 deletion firmware/qmk/dynamis/v2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"maintainer": "bbrfkr",
"usb": {
"vid": "0x6262",
"pid": "0x0002"
"pid": "0x0002",
"device_version": "0.0.1"
},
"matrix_pins": {
"cols": ["D0", "D1", "F6", "F7", "D5", "F4", "F5"],
Expand Down
2 changes: 1 addition & 1 deletion firmware/via/v2/dynamis.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dynamis",
"vendorId": "0x6262",
"productId": "0x0001",
"productId": "0x0002",
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgblight"],
"matrix": {"rows": 10, "cols": 7},
Expand Down

0 comments on commit 11fc293

Please sign in to comment.