diff options
author | Devaev Maxim <[email protected]> | 2021-07-09 19:27:35 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-07-09 19:27:35 +0300 |
commit | 70141f0fbbded557daadf758d9d94589fca9f037 (patch) | |
tree | 5ea584a8c12ee0f0d3b3b20c4416c2855c3ebb57 /hid/patch.py | |
parent | 63d953d22efb1e9b73fd235b64269b3406569cb8 (diff) |
renamed patches
Diffstat (limited to 'hid/patch.py')
-rw-r--r-- | hid/patch.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/hid/patch.py b/hid/patch.py index 772e0a35..292f653b 100644 --- a/hid/patch.py +++ b/hid/patch.py @@ -33,12 +33,12 @@ def _patch(path: str, patch_path: str) -> None: # ===== -_patch(_get_pkg_path("framework-arduino-avr"), "patches/no-main.patch") -_patch(_get_pkg_path("framework-arduino-avr"), "patches/optional-usb-serial.patch") -_patch(_get_pkg_path("framework-arduino-avr"), "patches/get-plugged-endpoint.patch") +_patch(_get_pkg_path("framework-arduino-avr"), "patches/arduino-no-main.patch") +_patch(_get_pkg_path("framework-arduino-avr"), "patches/arduino-optional-usb-serial.patch") +_patch(_get_pkg_path("framework-arduino-avr"), "patches/arduino-get-plugged-endpoint.patch") _libs = _get_libs() -_patch(_libs["HID-Project"], "patches/shut-up.patch") -_patch(_libs["HID-Project"], "patches/no-hid-singletones.patch") -_patch(_libs["HID-Project"], "patches/absmouse-win-fix.patch") -_patch(_libs["HID-Project"], "patches/boot-mouse-fix.patch") +_patch(_libs["HID-Project"], "patches/hid-shut-up.patch") +_patch(_libs["HID-Project"], "patches/hid-no-singletones.patch") +_patch(_libs["HID-Project"], "patches/hid-abs-mouse-win-fix.patch") +_patch(_libs["HID-Project"], "patches/hid-boot-mouse-fix.patch") |