Browse Source

Fix CLI warning for Massdrop udev rule (#10691)

pull/10701/head 0.10.41
Ryan 3 years ago
committed by GitHub
parent
commit
c3ce06c2e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/python/qmk/cli/doctor.py

+ 1
- 1
lib/python/qmk/cli/doctor.py View File

@ -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


Loading…
Cancel
Save