summarylogtreecommitdiffstats
path: root/50-wally.rules
diff options
context:
space:
mode:
authorChristopher Patrick Fair2020-10-10 12:34:49 -0600
committerChristopher Patrick Fair2020-10-10 12:34:49 -0600
commit198ea9f002d3f70587f8fcb1aee18b5709ff5917 (patch)
tree962a265a8f4395a5cb75b3071829a168c87fbfed /50-wally.rules
parent78cc2dda329531cc4e1ef70c2b1759375076d50e (diff)
downloadaur-198ea9f002d3f70587f8fcb1aee18b5709ff5917.tar.gz
modified: .SRCINFO
deleted: 50-wally.rules modified: PKGBUILD
Diffstat (limited to '50-wally.rules')
-rw-r--r--50-wally.rules10
1 files changed, 0 insertions, 10 deletions
diff --git a/50-wally.rules b/50-wally.rules
deleted file mode 100644
index d4f6389278e7..000000000000
--- a/50-wally.rules
+++ /dev/null
@@ -1,10 +0,0 @@
-# Teensy rules for the Ergodox EZ Original / Shine / Glow
-ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789B]?", ENV{ID_MM_DEVICE_IGNORE}="1"
-ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789A]?", ENV{MTP_NO_PROBE}="1"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789ABCD]?", MODE:="0666"
-KERNEL=="ttyACM*", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789B]?", MODE:="0666"
-
-# STM32 rules for the Planck EZ Standard / Glow
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", \
- MODE:="0666", \
- SYMLINK+="stm32_dfu"