Skip to content

Commit

Permalink
Fixed Keychron K2v2 RGB ISO VendorID (Issue #152) (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
KeijoMika authored Nov 3, 2023
1 parent 186310f commit f5c0ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/keychron/k2/rgb/v2/iso/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"maintainer": "KeijoMika",
"usb": {
"pid": "0xFE03",
"vid": "0x0001",
"vid": "0x3434",
"device_version": "1.0.0"
},
"matrix_pins": {
Expand Down
2 changes: 1 addition & 1 deletion keyboards/keychron/k2/rgb/v2/via_json/k2_iso.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Keychron K2v2 RGB ISO",
"vendorId": "0x0001",
"vendorId": "0x3434",
"productId": "0xFE03",
"matrix": {"rows": 6, "cols": 16},
"keycodes": ["qmk_lighting"],
Expand Down

0 comments on commit f5c0ba5

Please sign in to comment.