diff options
| author | Wilson Pika Choo | 2025-03-19 17:33:53 +0100 |
|---|---|---|
| committer | GitHub | 2025-03-19 17:33:53 +0100 |
| commit | 46829663aa976fa730c70083114b5d7933fe42b4 (patch) | |
| tree | 01bbe9a72d79201d9212fe8f13edf18f64fa9323 | |
| parent | 386a5019a8147136c2732452cd87954378e0ec16 (diff) | |
[Keyboard] Change uzu42 `usb.vid` (#25014)
change generic vendor code
| -rw-r--r-- | keyboards/uzu42/rev1/keyboard.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/uzu42/rev1/keyboard.json b/keyboards/uzu42/rev1/keyboard.json index f96327daea..6f4f080e67 100644 --- a/keyboards/uzu42/rev1/keyboard.json +++ b/keyboards/uzu42/rev1/keyboard.json @@ -4,7 +4,7 @@ "url": "https://github.com/nrtkbb/Keyboards/tree/master/uzu42", "maintainer": "nrtkbb", "usb": { - "vid": "0xFEED", + "vid": "0x6E74", "pid": "0x3060", "device_version": "0.0.1" }, |