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 Oct 19, 2020
1 parent 951ca84 commit 0f41a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/cli/doctor.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def check_udev_rules():
},
'bootloadhid': {_udev_rule("16C0", "05DF")},
'usbasploader': {_udev_rule("16C0", "05DC")},
'massdrop': {_udev_rule("03EB", "6124")},
'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 0f41a7b

Please sign in to comment.