diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-25 07:42:25 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-25 07:42:25 +0530 |
commit | a7c25f19d9700c008e6d6b5b4f95ea6103bda8ab (patch) | |
tree | 8707e464bc290613efae031908063ef9788cbb0d /circuitpython/ports/raspberrypi/build-raspberry_pi_pico/manifest.py | |
parent | 08422ad7e5ae71a1a625e8a2bda6d233fd68ceee (diff) |
fixes
Diffstat (limited to 'circuitpython/ports/raspberrypi/build-raspberry_pi_pico/manifest.py')
-rw-r--r-- | circuitpython/ports/raspberrypi/build-raspberry_pi_pico/manifest.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/manifest.py b/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/manifest.py deleted file mode 100644 index 65a8b17..0000000 --- a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/manifest.py +++ /dev/null @@ -1,9 +0,0 @@ -freeze_as_mpy("frozen_mpy", "adafruit_hid/keyboard_layout_us.py") -freeze_as_mpy("frozen_mpy", "adafruit_hid/keyboard.py") -freeze_as_mpy("frozen_mpy", "adafruit_hid/mouse.py") -freeze_as_mpy("frozen_mpy", "adafruit_hid/consumer_control.py") -freeze_as_mpy("frozen_mpy", "adafruit_hid/keycode.py") -freeze_as_mpy("frozen_mpy", "adafruit_hid/consumer_control_code.py") -freeze_as_mpy("frozen_mpy", "adafruit_hid/__init__.py") -freeze_as_mpy("frozen_mpy", "adafruit_hid/keyboard_layout_base.py") -freeze_as_mpy("frozen_mpy", "compromyse.py") |