Skip to content

Commit

Permalink
Fix PID value for the Keyboardio Atreus 2 bootloader (qmk#18116)
Browse files Browse the repository at this point in the history
Copy the correct PID from `util/udev/50-qmk.rules`.
  • Loading branch information
sigprof authored and nolanseaton committed Jan 23, 2023
1 parent a7e94ff commit 2e3303b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
'md-boot': {("03eb", "6124")},
'caterina': {
# pid.codes shared PID
("1209", "9203"), # Keyboardio Atreus 2 Bootloader
("1209", "2302"), # Keyboardio Atreus 2 Bootloader
# Spark Fun Electronics
("1b4f", "9203"), # Pro Micro 3V3/8MHz
("1b4f", "9205"), # Pro Micro 5V/16MHz
Expand Down

0 comments on commit 2e3303b

Please sign in to comment.