Skip to content

Commit

Permalink
Fix CLI warning for Massdrop udev rule (qmk#10691)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and drashna committed Jan 13, 2021
1 parent bb4c6b8 commit 6a28578
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/python/qmk/cli/doctor.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ def check_udev_rules():
'massdrop': {
_udev_rule("03EB", "6124")
},
'bootloadhid': {_udev_rule("16C0", "05DF")},
'usbasploader': {_udev_rule("16C0", "05DC")},
'massdrop': {_udev_rule("03EB", "6124", 'ENV{ID_MM_DEVICE_IGNORE}="1"')},
'caterina': {
# Spark Fun Electronics
_udev_rule("1B4F", "9203", 'ENV{ID_MM_DEVICE_IGNORE}="1"'), # Pro Micro 3V3/8MHz
Expand Down

0 comments on commit 6a28578

Please sign in to comment.