diff options
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") |