Skip to content

Commit

Permalink
Add ArteryTek AT32 dfu to udev rules (#24747)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Dec 25, 2024
1 parent a822545 commit 5832301
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/udev/50-qmk.rules
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,6 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="28e9", ATTRS{idProduct}=="0189", TAG+="uacc

# WB32 DFU
SUBSYSTEMS=="usb", ATTRS{idVendor}=="342d", ATTRS{idProduct}=="dfa0", TAG+="uaccess"

# AT32 DFU
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2e3c", ATTRS{idProduct}=="df11", TAG+="uaccess"

0 comments on commit 5832301

Please sign in to comment.