Skip to content

Commit

Permalink
add more usb hardware id
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyangliu committed Jul 18, 2024
1 parent f60b973 commit 07ad06f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/usb-id.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ const usbId = {
'USB\\VID_0D28&PID_0204': 'Microbit',
// Raspberry Pi Pico Arduino
'USB\\VID_2E8A&PID_000A': 'Raspberry Pi Pico',
// Raspberry Pi Pico MicroPython
'USB\\VID_2E8A&PID_0005': 'Raspberry Pi Pico',
// Makey Makey
'USB\\VID_1B4F&PID_2B74': 'Makey Makey',
'USB\\VID_1B4F&PID_2B75': 'Makey Makey'
Expand Down

0 comments on commit 07ad06f

Please sign in to comment.