summaryrefslogtreecommitdiff
path: root/lib/python/qmk/constants.py
diff options
context:
space:
mode:
authorLess/Rikki <86894501+lesshonor@users.noreply.github.com>2023-07-07 10:48:45 -0400
committerGitHub <noreply@github.com>2023-07-08 00:48:45 +1000
commita0ea7a6b17026dc15a535053b3f0728dabf6d710 (patch)
tree7539dcf2c74d94f16f54be885d0ca023569b7a23 /lib/python/qmk/constants.py
parenta8a87a0922a33d38ed80165ee62f9dc35bd08a3d (diff)
feat, docs: WB32 flashing (#21217)
Diffstat (limited to 'lib/python/qmk/constants.py')
-rw-r--r--lib/python/qmk/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/qmk/constants.py b/lib/python/qmk/constants.py
index d987ebaae7..97bd84aa23 100644
--- a/lib/python/qmk/constants.py
+++ b/lib/python/qmk/constants.py
@@ -84,6 +84,7 @@ BOOTLOADER_VIDS_PIDS = {
},
'apm32-dfu': {("314b", "0106")},
'gd32v-dfu': {("28e9", "0189")},
+ 'wb32-dfu': {("342d", "dfa0")},
'bootloadhid': {("16c0", "05df")},
'usbasploader': {("16c0", "05dc")},
'usbtinyisp': {("1782", "0c9f")},