diff options
author | Devaev Maxim <[email protected]> | 2020-11-16 02:05:53 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-11-16 02:05:53 +0300 |
commit | 188de715153100806bc4a95f3888f6f03f1ede2f (patch) | |
tree | b2555d2962f3568b4327467e192b76fcc8be21b6 /hid/patch.py | |
parent | 7efff23ca4da87132169f8f98942cc6290e7cfd8 (diff) |
shut up plz
Diffstat (limited to 'hid/patch.py')
-rw-r--r-- | hid/patch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/patch.py b/hid/patch.py index 2e6213b0..a6ad1ce5 100644 --- a/hid/patch.py +++ b/hid/patch.py @@ -39,3 +39,4 @@ _patch(_get_pkg_path("framework-arduino-avr"), "patches/get-plugged-endpoint.pat _libs = _get_libs() if "HID-Project" in _libs: _patch(_libs["HID-Project"], "patches/absmouse.patch") + _patch(_libs["HID-Project"], "patches/shut-up.patch") |