Comparing nmattia:master...Heerkog:master · nmattia/MicroPythonBLEHID

Commits on Oct 5, 2025

  1. Use deep copy for self.keys

    This ensures that `prevkeys` isn't just a pointer to `self.keys`. By
    copying we ensure that updating values in `self.keys` does not modify
    the original values (`prevkeys`) so that we can detect changes.
    Configuration menu

    Browse the repository at this point in the history

  2. Fix typo in package.json

    This fixes an error that occurs otherwise with `mip install` where it
    cannot find the `hid_keystore.py` file
    Configuration menu

    Browse the repository at this point in the history