Skip to content

Commit

Permalink
Add udev rule for the WB32 DFU bootloader (qmk#19135)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
2 people authored and omikronik committed Jan 22, 2023
1 parent 3e6b40d commit bc95ded
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 @@ -81,3 +81,6 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="314b", ATTRS{idProduct}=="0106", TAG+="uacc

# GD32V DFU
SUBSYSTEMS=="usb", ATTRS{idVendor}=="28e9", ATTRS{idProduct}=="0189", TAG+="uaccess"

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

0 comments on commit bc95ded

Please sign in to comment.