Skip to content

Commit

Permalink
feat: wb32 bootloader (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesshonor committed Sep 29, 2023
1 parent 671e553 commit 82bb65b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qmk_cli/subcommands/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
('239A', '000E'): 'caterina: Adafruit ItsyBitsy 32U4 5v',
('2A03', '0036'): 'caterina: Arduino Leonardo',
('2A03', '0037'): 'caterina: Arduino Micro',
('314B', '0106'): 'apm32-dfu: APM32 DFU ISP Mode'
('314B', '0106'): 'apm32-dfu: APM32 DFU ISP Mode',
('342D', 'DFA0'): 'wb32-dfu: WB32 Device in DFU Mode'
}


Expand Down

0 comments on commit 82bb65b

Please sign in to comment.